mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-22 00:20:07 +08: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
@@ -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 }
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user