OSDN Git Service

avformat/format: av_register_output_format() and av_register_intput_format() that...
authorMichael Niedermayer <michaelni@gmx.at>
Sun, 8 Dec 2013 01:29:28 +0000 (02:29 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 17 Dec 2013 00:07:43 +0000 (01:07 +0100)
commit49f10c9cb185315a41ee06cf7c4c55abfd470c7a
treeaf234f87f2962054919519c496f4e823c90721cf
parentec464c96831ac81329187013c35a9b0a4df6b406
avformat/format: av_register_output_format() and av_register_intput_format() that work in O(1) time

Reviewed-by: Stefano Sabatini
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/format.c