]> git.sesse.net Git - ffmpeg/commitdiff
Add Pictor/PC Paint to image2 muxer/demuxer
authorPeter Ross <pross@xvid.org>
Tue, 8 Jun 2010 11:55:55 +0000 (11:55 +0000)
committerPeter Ross <pross@xvid.org>
Tue, 8 Jun 2010 11:55:55 +0000 (11:55 +0000)
Originally committed as revision 23533 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/img2.c

index 85bee971c7c8647bec669f866e2cdc0782fc2cdf..5e553f9aea9c3632dc8540b7315d194e380bbeac 100644 (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}
 };