summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorParas Chadha <paraschadha18@gmail.com>2017-03-12 02:31:23 +0530
committerPaul B Mahol <onemda@gmail.com>2017-03-12 18:24:49 +0100
commit5dab7b91adf65eb35d4ae0e76fbd988d55b0d764 (patch)
treeb679e255694b6337d777d3be7a2d5e3762c03f9a /libavformat/allformats.c
parentb9acc7fbd9fe6aeb76c9c91a65f1f5dab141fce4 (diff)
avcodec: add XPM decoder and demuxer
Signed-off-by: Paras Chadha <paraschadha18@gmail.com>
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 132e58b8b9..09e62c3cfc 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -372,6 +372,7 @@ static void register_all(void)
REGISTER_DEMUXER (IMAGE_SUNRAST_PIPE, image_sunrast_pipe);
REGISTER_DEMUXER (IMAGE_TIFF_PIPE, image_tiff_pipe);
REGISTER_DEMUXER (IMAGE_WEBP_PIPE, image_webp_pipe);
+ REGISTER_DEMUXER (IMAGE_XPM_PIPE, image_xpm_pipe);
/* external libraries */
REGISTER_MUXER (CHROMAPRINT, chromaprint);