Commit 08156739 authored by Michael Niedermayer's avatar Michael Niedermayer

avfilter/vf_yadif: add >8bit planar rgb formats

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent eee9b7a6
......@@ -448,6 +448,11 @@ static int query_formats(AVFilterContext *ctx)
AV_PIX_FMT_YUVA422P,
AV_PIX_FMT_YUVA444P,
AV_PIX_FMT_GBRP,
AV_PIX_FMT_GBRP9,
AV_PIX_FMT_GBRP10,
AV_PIX_FMT_GBRP12,
AV_PIX_FMT_GBRP14,
AV_PIX_FMT_GBRP16,
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