swscale: add GBRAP14 format support

This commit is contained in:
Paul B Mahol
2023-09-27 16:13:16 +02:00
parent 8e1ef7c38f
commit 29b673bdcf
20 changed files with 46 additions and 1 deletions

View File

@@ -184,6 +184,8 @@ const AVCodecTag ff_nut_video_tags[] = {
{ AV_CODEC_ID_RAWVIDEO, MKTAG(10 , 00 , '4', 'G') },
{ AV_CODEC_ID_RAWVIDEO, MKTAG('G', '4', 00 , 12 ) },
{ AV_CODEC_ID_RAWVIDEO, MKTAG(12 , 00 , '4', 'G') },
{ AV_CODEC_ID_RAWVIDEO, MKTAG('G', '4', 00 , 14 ) },
{ AV_CODEC_ID_RAWVIDEO, MKTAG(14 , 00 , '4', 'G') },
{ AV_CODEC_ID_RAWVIDEO, MKTAG('G', '4', 00 , 16 ) },
{ AV_CODEC_ID_RAWVIDEO, MKTAG(16 , 00 , '4', 'G') },