summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorZixing Liu <liushuyu@aosc.io>2020-09-03 16:32:37 -0600
committerPaul B Mahol <onemda@gmail.com>2020-09-10 17:38:08 +0200
commitd58f8fd8e6b5a6e837c991a065714854edf8448d (patch)
treec794944df462f95695b44504e93a525d9b26e5f9 /libavformat/allformats.c
parentc748bd77dcff385e37bb9aaebdf0314d0929d331 (diff)
avformat: add mca demuxer
Signed-off-by: liushuyu <liushuyu@aosc.io>
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 3438a14141..97e9be4269 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -232,6 +232,7 @@ extern AVInputFormat ff_lvf_demuxer;
extern AVInputFormat ff_lxf_demuxer;
extern AVInputFormat ff_m4v_demuxer;
extern AVOutputFormat ff_m4v_muxer;
+extern AVInputFormat ff_mca_demuxer;
extern AVInputFormat ff_mcc_demuxer;
extern AVOutputFormat ff_md5_muxer;
extern AVInputFormat ff_matroska_demuxer;