[FFmpeg-devel] [PATCH 2/2] avformat/img2: add Photo CD

Paul B Mahol onemda at gmail.com
Wed Dec 19 22:32:04 EET 2018


Signed-off-by: Paul B Mahol <onemda at gmail.com>
---
 libavformat/img2.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavformat/img2.c b/libavformat/img2.c
index 8432cc0955..2db4290126 100644
--- a/libavformat/img2.c
+++ b/libavformat/img2.c
@@ -53,6 +53,7 @@ const IdStrMap ff_img_tags[] = {
     { AV_CODEC_ID_TIFF,       "tif"      },
     { 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"      },
-- 
2.17.1



More information about the ffmpeg-devel mailing list