summaryrefslogtreecommitdiff
path: root/libavformat/img2.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2020-08-29 17:03:20 +0200
committerPaul B Mahol <onemda@gmail.com>2020-09-04 16:01:53 +0200
commitc8e38950e3aad0304ec861aa4985b866dceddc7c (patch)
treecee5f12ca2d48e630e8aa1c15a5d17394d7f0717 /libavformat/img2.c
parentf901d75bf18c866933f90c052fb990736aee7c47 (diff)
avcodec: add PhotoCD decoder
Diffstat (limited to 'libavformat/img2.c')
-rw-r--r--libavformat/img2.c1
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" },