Commit 4f5c5416 authored by Robert Nagy's avatar Robert Nagy Committed by Michael Niedermayer

yadif: Add yuva444p to format list.

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent bd1d975c
......@@ -374,6 +374,7 @@ static int query_formats(AVFilterContext *ctx)
AV_NE( PIX_FMT_YUV422P16BE, PIX_FMT_YUV422P16LE ),
AV_NE( PIX_FMT_YUV444P16BE, PIX_FMT_YUV444P16LE ),
PIX_FMT_YUVA420P,
PIX_FMT_YUVA444P,
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