diff --git a/libavfilter/vf_spp.c b/libavfilter/vf_spp.c index 4cfdc489de..68957b1b4f 100644 --- a/libavfilter/vf_spp.c +++ b/libavfilter/vf_spp.c @@ -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));