diff options
author | Reynaldo H. Verdejo Pinochet <reynaldo@opendot.cl> | 2006-10-12 01:04:32 +0000 |
---|---|---|
committer | Reynaldo H. Verdejo Pinochet <reynaldo@opendot.cl> | 2006-10-12 01:04:32 +0000 |
commit | 28146a8c7a1e025e0d5284ceb59a0aa777cbbf67 (patch) | |
tree | 3c4a072a80a5a5e0c5d199f6b11a69fb3a0cc0dc /libavformat/allformats.c | |
parent | 05749630e85fede061acfb90cc2b53de9ed0fa3a (diff) | |
download | ffmpeg-28146a8c7a1e025e0d5284ceb59a0aa777cbbf67.tar.gz |
new mtv demuxer
Originally committed as revision 6667 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r-- | libavformat/allformats.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c index 83c1fa8bc6..4e48ce6c64 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -200,6 +200,9 @@ void av_register_all(void) #ifdef CONFIG_MOV_MUXER av_register_output_format(&mov_muxer); #endif +#ifdef CONFIG_MTV_DEMUXER + av_register_input_format(&mtv_demuxer); +#endif #ifdef CONFIG_TGP_MUXER av_register_output_format(&tgp_muxer); #endif |