Add Pictor/PC Paint to image2 muxer/demuxer

Originally committed as revision 23533 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Peter Ross 2010-06-08 11:55:55 +00:00
parent a526d6197a
commit 971c3c98b0

View File

@ -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}
};