summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2020-09-01 11:12:53 +0200
committerPaul B Mahol <onemda@gmail.com>2020-09-03 18:11:00 +0200
commitcfe2c90de015951e50537a0fc268b08b70e74ef8 (patch)
tree4fdfcadb50b42b0042a1fb5a5f6019f08d572757 /libavformat/allformats.c
parent0a30683a01e4dacd48074bf19b95d4eb146b3564 (diff)
avformat: add MODS demuxer
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r--libavformat/allformats.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c
index 28331facb9..8a733b3f4d 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_mods_demuxer;
extern AVInputFormat ff_moflex_demuxer;
extern AVInputFormat ff_mov_demuxer;
extern AVOutputFormat ff_mov_muxer;