summaryrefslogtreecommitdiff
path: root/libswscale/utils.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2012-01-27 00:43:23 +0000
committerRonald S. Bultje <rsbultje@gmail.com>2012-01-27 09:24:08 +0800
commitfc115c80b7bf6f1f5a937ee7f6e14630d99eb4dd (patch)
tree6f5541c79463819f6ce13ad898529f0c62e02e98 /libswscale/utils.c
parentb57d262412204e54a7ef8fa1b23ff4dcede622e5 (diff)
sws/pixfmt/pixdesc: add support for yuva444p
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
Diffstat (limited to 'libswscale/utils.c')
-rw-r--r--libswscale/utils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libswscale/utils.c b/libswscale/utils.c
index b49f924244..3d94499986 100644
--- a/libswscale/utils.c
+++ b/libswscale/utils.c
@@ -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 },