Commit 971c3c98 authored by Peter Ross's avatar Peter Ross

Add Pictor/PC Paint to image2 muxer/demuxer

Originally committed as revision 23533 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent a526d619
...@@ -73,6 +73,7 @@ static const IdStrMap img_tags[] = { ...@@ -73,6 +73,7 @@ static const IdStrMap img_tags[] = {
{ CODEC_ID_SUNRAST , "sunras"}, { CODEC_ID_SUNRAST , "sunras"},
{ CODEC_ID_JPEG2000 , "jp2"}, { CODEC_ID_JPEG2000 , "jp2"},
{ CODEC_ID_DPX , "dpx"}, { CODEC_ID_DPX , "dpx"},
{ CODEC_ID_PICTOR , "pic"},
{ CODEC_ID_NONE , NULL} { CODEC_ID_NONE , NULL}
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment