Commit 856b7cae authored by Robert Nagy's avatar Robert Nagy Committed by Michael Niedermayer

avfilter/vf_idet: added more YUVA formats to idet query_formats

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 57dbabd9
......@@ -392,6 +392,8 @@ static int query_formats(AVFilterContext *ctx)
AV_PIX_FMT_YUV422P16,
AV_PIX_FMT_YUV444P16,
AV_PIX_FMT_YUVA420P,
AV_PIX_FMT_YUVA422P,
AV_PIX_FMT_YUVA444P,
AV_PIX_FMT_NONE
};
AVFilterFormats *fmts_list = 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