Commit 19ecd675 authored by Michael Niedermayer's avatar Michael Niedermayer

avfilter/vf_spp: add gbrp support

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 4a06215c
......@@ -322,6 +322,7 @@ static int query_formats(AVFilterContext *ctx)
AV_PIX_FMT_YUV444P10, AV_PIX_FMT_YUV422P10,
AV_PIX_FMT_YUV420P10,
AV_PIX_FMT_GRAY8,
AV_PIX_FMT_GBRP,
AV_PIX_FMT_NONE
};
ff_set_common_formats(ctx, ff_make_format_list(pix_fmts));
......
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