summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2021-02-17 17:19:55 +0100
committerPaul B Mahol <onemda@gmail.com>2021-02-20 17:43:17 +0100
commit51a9f487ae2a12fa51db916315c88e6f38adca15 (patch)
treed84c48f6713388ae575072f3cf27001072d04752 /libavformat/allformats.c
parent8651bf8a2ed120bfdf81b4c498b0c2452de54b4e (diff)
avformat: add Simbiosis IMX 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 f837ddabc8..3b69423508 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -403,6 +403,7 @@ extern AVOutputFormat ff_stream_segment_muxer;
extern AVInputFormat ff_ser_demuxer;
extern AVInputFormat ff_shorten_demuxer;
extern AVInputFormat ff_siff_demuxer;
+extern AVInputFormat ff_simbiosis_imx_demuxer;
extern AVOutputFormat ff_singlejpeg_muxer;
extern AVInputFormat ff_sln_demuxer;
extern AVInputFormat ff_smacker_demuxer;