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

View File

@@ -212,6 +212,7 @@ const AVCodecTag codec_bmp_tags[] = {
{ CODEC_ID_SP5X, MKTAG('S', 'P', '5', '4') },
{ CODEC_ID_AURA, MKTAG('A', 'U', 'R', 'A') },
{ CODEC_ID_AURA2, MKTAG('A', 'U', 'R', '2') },
{ CODEC_ID_DPX, MKTAG('d', 'p', 'x', ' ') },
{ CODEC_ID_NONE, 0 }
};