lavc: add a OpenEXR decoder

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Jimmy Christensen
2012-04-06 06:02:25 +02:00
committed by Michael Niedermayer
parent 9e91a7d45b
commit b7ce3242f8
10 changed files with 495 additions and 2 deletions

View File

@@ -301,6 +301,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
{ CODEC_ID_ZEROCODEC, MKTAG('Z', 'E', 'C', 'O') },
{ CODEC_ID_Y41P, MKTAG('Y', '4', '1', 'P') },
{ CODEC_ID_FLIC, MKTAG('A', 'F', 'L', 'C') },
{ CODEC_ID_EXR, MKTAG('e', 'x', 'r', ' ') },
{ CODEC_ID_NONE, 0 }
};