mirror of https://git.ffmpeg.org/ffmpeg.git
yadif: Add yuva444p to format list.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
bd1d975cd0
commit
4f5c5416ca
|
@ -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
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue