diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-08-23 22:24:29 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-09-03 18:10:28 +0200 |
commit | 0a30683a01e4dacd48074bf19b95d4eb146b3564 (patch) | |
tree | 2c17816b2c3149f33d9bddeb01aaba9cce3641d3 /libavformat/allformats.c | |
parent | 7f953393197b38d592b1405174cc24ab41ba9d8f (diff) | |
download | ffmpeg-0a30683a01e4dacd48074bf19b95d4eb146b3564.tar.gz |
avformat: add moflex demuxer
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r-- | libavformat/allformats.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c index 0aa9dd7198..28331facb9 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -249,6 +249,7 @@ extern AVInputFormat ff_mlv_demuxer; extern AVInputFormat ff_mm_demuxer; extern AVInputFormat ff_mmf_demuxer; extern AVOutputFormat ff_mmf_muxer; +extern AVInputFormat ff_moflex_demuxer; extern AVInputFormat ff_mov_demuxer; extern AVOutputFormat ff_mov_muxer; extern AVOutputFormat ff_mp2_muxer; |