mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 10:30:05 +01:00
avcodec: add YUY2 Lossless Codec decoder
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
@@ -424,6 +424,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
|
||||
{ AV_CODEC_ID_M101, MKTAG('M', '1', '0', '1') },
|
||||
{ AV_CODEC_ID_M101, MKTAG('M', '1', '0', '2') },
|
||||
{ AV_CODEC_ID_MAGICYUV, MKTAG('M', 'A', 'G', 'Y') },
|
||||
{ AV_CODEC_ID_YLC, MKTAG('Y', 'L', 'C', '0') },
|
||||
|
||||
{ AV_CODEC_ID_NONE, 0 }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user