sws/pixfmt/pixdesc: add support for yuva444p
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
This commit is contained in:
committed by
Ronald S. Bultje
parent
b57d262412
commit
fc115c80b7
@ -104,6 +104,7 @@ static const FormatEntry format_entries[PIX_FMT_NB] = {
|
||||
[PIX_FMT_YUV440P] = { 1 , 1 },
|
||||
[PIX_FMT_YUVJ440P] = { 1 , 1 },
|
||||
[PIX_FMT_YUVA420P] = { 1 , 1 },
|
||||
[PIX_FMT_YUVA444P] = { 1 , 1 },
|
||||
[PIX_FMT_RGB48BE] = { 1 , 1 },
|
||||
[PIX_FMT_RGB48LE] = { 1 , 1 },
|
||||
[PIX_FMT_RGB565BE] = { 1 , 1 },
|
||||
|
Reference in New Issue
Block a user