diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-08-29 17:03:20 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-09-04 16:01:53 +0200 |
commit | c8e38950e3aad0304ec861aa4985b866dceddc7c (patch) | |
tree | cee5f12ca2d48e630e8aa1c15a5d17394d7f0717 /libavformat/img2.c | |
parent | f901d75bf18c866933f90c052fb990736aee7c47 (diff) | |
download | ffmpeg-c8e38950e3aad0304ec861aa4985b866dceddc7c.tar.gz |
avcodec: add PhotoCD decoder
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 d243d6c125..db37aa7228 100644 --- a/libavformat/img2.c +++ b/libavformat/img2.c @@ -55,6 +55,7 @@ const IdStrMap ff_img_tags[] = { { AV_CODEC_ID_TIFF, "dng" }, { AV_CODEC_ID_SGI, "sgi" }, { AV_CODEC_ID_PTX, "ptx" }, + { AV_CODEC_ID_PHOTOCD, "pcd" }, { AV_CODEC_ID_PCX, "pcx" }, { AV_CODEC_ID_QDRAW, "pic" }, { AV_CODEC_ID_QDRAW, "pct" }, |