summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <ceffmpeg@gmail.com>2020-10-08 09:34:55 +0200
committerCarl Eugen Hoyos <ceffmpeg@gmail.com>2020-10-08 09:34:55 +0200
commitbc43588a71181a6b2ea01119a7551f0d76a37b32 (patch)
treec570f3f4c313e9ac63abb248d58ea90dc8e46102 /libavformat/allformats.c
parent1249698e1b424cff8e77e6a83cfdbc9d11e01aa7 (diff)
lavf/img2dec: Auto-detect Cintel scanner images.
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 3912b60ec3..96b9bc2a0c 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -489,6 +489,7 @@ extern AVInputFormat ff_yuv4mpegpipe_demuxer;
extern AVOutputFormat ff_yuv4mpegpipe_muxer;
/* image demuxers */
extern AVInputFormat ff_image_bmp_pipe_demuxer;
+extern AVInputFormat ff_image_cri_pipe_demuxer;
extern AVInputFormat ff_image_dds_pipe_demuxer;
extern AVInputFormat ff_image_dpx_pipe_demuxer;
extern AVInputFormat ff_image_exr_pipe_demuxer;