mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-12 18:10:13 +01:00
lavc: add a OpenEXR decoder
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
committed by
Michael Niedermayer
parent
9e91a7d45b
commit
b7ce3242f8
@@ -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 }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user