summaryrefslogtreecommitdiff
path: root/libavfilter/vf_hue.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2013-04-12 18:41:41 +0000
committerPaul B Mahol <onemda@gmail.com>2013-04-12 19:46:19 +0000
commita47288f6dc4bb8d446d43d0218444ca45b3c150e (patch)
tree7c0fcbaede84955ef4df856ef021df00b781cc54 /libavfilter/vf_hue.c
parent9b595e86e342e0e39c5ddf9020286cae258b9965 (diff)
lavfi/hue: add support for more alpha formats
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavfilter/vf_hue.c')
-rw-r--r--libavfilter/vf_hue.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/vf_hue.c b/libavfilter/vf_hue.c
index 85caef80dc..9b2ecd467e 100644
--- a/libavfilter/vf_hue.c
+++ b/libavfilter/vf_hue.c
@@ -165,6 +165,7 @@ static int query_formats(AVFilterContext *ctx)
AV_PIX_FMT_YUV444P, AV_PIX_FMT_YUV422P,
AV_PIX_FMT_YUV420P, AV_PIX_FMT_YUV411P,
AV_PIX_FMT_YUV410P, AV_PIX_FMT_YUV440P,
+ AV_PIX_FMT_YUVA444P, AV_PIX_FMT_YUVA422P,
AV_PIX_FMT_YUVA420P,
AV_PIX_FMT_NONE
};