diff options
author | Måns Rullgård <mans@mansr.com> | 2006-07-10 21:14:37 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2006-07-10 21:14:37 +0000 |
commit | ff70e60176056daf646109b8e42654a3036fa02b (patch) | |
tree | 42e32d1e4bff334964cf93766ff2da6ee9a8f1d3 /libavformat/flvdec.c | |
parent | 4cac0d5589ab1a076e977425925015f2c8e591a8 (diff) | |
download | ffmpeg-ff70e60176056daf646109b8e42654a3036fa02b.tar.gz |
allow individual selection of muxers and demuxers
Originally committed as revision 5707 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/flvdec.c')
-rw-r--r-- | libavformat/flvdec.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libavformat/flvdec.c b/libavformat/flvdec.c index 475624f209..d234f54711 100644 --- a/libavformat/flvdec.c +++ b/libavformat/flvdec.c @@ -222,9 +222,3 @@ AVInputFormat flv_demuxer = { .extensions = "flv", .value = CODEC_ID_FLV1, }; - -int flvdec_init(void) -{ - av_register_input_format(&flv_demuxer); - return 0; -} |