Commit 97f50d1c authored by Paul B Mahol's avatar Paul B Mahol

avfilter/vf_overlay: add YUVA422P to alpha_pix_fmts

Now yuv422 output format gives similar expected output as other output formats.
Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 0e7d2c60
......@@ -301,7 +301,7 @@ fail:
}
static const enum AVPixelFormat alpha_pix_fmts[] = {
AV_PIX_FMT_YUVA420P, AV_PIX_FMT_YUVA444P,
AV_PIX_FMT_YUVA420P, AV_PIX_FMT_YUVA422P, AV_PIX_FMT_YUVA444P,
AV_PIX_FMT_ARGB, AV_PIX_FMT_ABGR, AV_PIX_FMT_RGBA,
AV_PIX_FMT_BGRA, AV_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