From 971c3c98b0c2065b63663745a08c9fb508440067 Mon Sep 17 00:00:00 2001 From: Peter Ross Date: Tue, 8 Jun 2010 11:55:55 +0000 Subject: [PATCH] Add Pictor/PC Paint to image2 muxer/demuxer Originally committed as revision 23533 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/img2.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/img2.c b/libavformat/img2.c index 85bee971c7c..5e553f9aea9 100644 --- a/libavformat/img2.c +++ b/libavformat/img2.c @@ -73,6 +73,7 @@ static const IdStrMap img_tags[] = { { CODEC_ID_SUNRAST , "sunras"}, { CODEC_ID_JPEG2000 , "jp2"}, { CODEC_ID_DPX , "dpx"}, + { CODEC_ID_PICTOR , "pic"}, { CODEC_ID_NONE , NULL} }; -- 2.39.2