diff options
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 |