mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
avformat/riff: map y408 fourcc to RAWVIDEO decoder
md5 values change because the nut container now reports rawvideo as encoder. Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
cd04ebe033
commit
1f9a44a7fc
14 changed files with 14 additions and 12 deletions
|
|
@ -296,6 +296,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
|
|||
{ AV_CODEC_ID_RAWVIDEO, MKTAG('I', '4', 'C', 'B') },
|
||||
{ AV_CODEC_ID_RAWVIDEO, MKTAG('I', '0', 'F', 'L') },
|
||||
{ AV_CODEC_ID_RAWVIDEO, MKTAG('I', '0', 'F', 'B') },
|
||||
{ AV_CODEC_ID_RAWVIDEO, MKTAG('y', '4', '0', '8') },
|
||||
{ AV_CODEC_ID_FRWU, MKTAG('F', 'R', 'W', 'U') },
|
||||
{ AV_CODEC_ID_R10K, MKTAG('R', '1', '0', 'k') },
|
||||
{ AV_CODEC_ID_R210, MKTAG('r', '2', '1', '0') },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue