diff options
author | Paras Chadha <paraschadha18@gmail.com> | 2017-03-12 02:31:23 +0530 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2017-03-12 18:24:49 +0100 |
commit | 5dab7b91adf65eb35d4ae0e76fbd988d55b0d764 (patch) | |
tree | b679e255694b6337d777d3be7a2d5e3762c03f9a /libavformat/img2.c | |
parent | b9acc7fbd9fe6aeb76c9c91a65f1f5dab141fce4 (diff) | |
download | ffmpeg-5dab7b91adf65eb35d4ae0e76fbd988d55b0d764.tar.gz |
avcodec: add XPM decoder and demuxer
Signed-off-by: Paras Chadha <paraschadha18@gmail.com>
Diffstat (limited to 'libavformat/img2.c')
-rw-r--r-- | libavformat/img2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/img2.c b/libavformat/img2.c index f9f53ff558..29df4f04e2 100644 --- a/libavformat/img2.c +++ b/libavformat/img2.c @@ -75,6 +75,7 @@ const IdStrMap ff_img_tags[] = { { AV_CODEC_ID_V210X, "yuv10" }, { AV_CODEC_ID_WEBP, "webp" }, { AV_CODEC_ID_XBM, "xbm" }, + { AV_CODEC_ID_XPM, "xpm" }, { AV_CODEC_ID_XFACE, "xface" }, { AV_CODEC_ID_XWD, "xwd" }, { AV_CODEC_ID_NONE, NULL } |