rawvideo: Support decoding YVYU422 FourCC
This commit is contained in:
parent
92b099daf4
commit
b6a09ef700
2 changed files with 2 additions and 0 deletions
|
|
@ -233,6 +233,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
|
|||
{ AV_CODEC_ID_RAWVIDEO, MKTAG('Y', 'U', 'V', '9') },
|
||||
{ AV_CODEC_ID_RAWVIDEO, MKTAG('Y', 'V', 'U', '9') },
|
||||
{ AV_CODEC_ID_RAWVIDEO, MKTAG('a', 'u', 'v', '2') },
|
||||
{ AV_CODEC_ID_RAWVIDEO, MKTAG('Y', 'V', 'Y', 'U') },
|
||||
{ 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