Mercurial > libavformat.hg
diff allformats.c @ 1380:bfcb9fa1f431 libavformat
new mtv demuxer
| author | reynaldo |
|---|---|
| date | Thu, 12 Oct 2006 01:04:32 +0000 |
| parents | a32812bb5bcf |
| children | d0a6c143b246 |
line wrap: on
line diff
--- a/allformats.c Wed Oct 11 23:17:58 2006 +0000 +++ b/allformats.c Thu Oct 12 01:04:32 2006 +0000 @@ -200,6 +200,9 @@ #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
