1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2026-05-21 16:47:28 +02:00

DPX (Digital Picture Exchange) image decoder

patch by Jimmy Christensen, jimmy ghost dk

Originally committed as revision 19163 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Jimmy Christensen
2009-06-12 05:29:29 +00:00
committed by Diego Biurrun
parent 34edd9948d
commit 94d3d6a468
9 changed files with 237 additions and 0 deletions
+1
View File
@@ -72,6 +72,7 @@ static const IdStrMap img_tags[] = {
{ CODEC_ID_SUNRAST , "im24"},
{ CODEC_ID_SUNRAST , "sunras"},
{ CODEC_ID_JPEG2000 , "jp2"},
{ CODEC_ID_DPX , "dpx"},
{ CODEC_ID_NONE , NULL}
};