Commit a67dcd74 authored by Michael Niedermayer's avatar Michael Niedermayer

avfilter/vf_yadif: add gbr(a)p support

Suggested-by: durandal_1707
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 2230d85c
......@@ -447,6 +447,8 @@ static int query_formats(AVFilterContext *ctx)
AV_PIX_FMT_YUVA420P,
AV_PIX_FMT_YUVA422P,
AV_PIX_FMT_YUVA444P,
AV_PIX_FMT_GBRP,
AV_PIX_FMT_GBRAP,
AV_PIX_FMT_NONE
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment