You've already forked FFmpeg
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:
committed by
Diego Biurrun
parent
34edd9948d
commit
94d3d6a468
@@ -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}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user