diff mbox

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

Message ID 20181219203204.7484-2-onemda@gmail.com
State New
Headers show

Commit Message

Paul B Mahol Dec. 19, 2018, 8:32 p.m. UTC
Signed-off-by: Paul B Mahol <onemda@gmail.com>
---
 libavformat/img2.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

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"      },