Commit 5b9126ba authored by Paul B Mahol's avatar Paul B Mahol

lavfi/gradfun: support YUV440P

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 3bcf443f
......@@ -170,6 +170,7 @@ static int query_formats(AVFilterContext *ctx)
AV_PIX_FMT_GRAY8, AV_PIX_FMT_NV12,
AV_PIX_FMT_NV21, AV_PIX_FMT_YUV444P,
AV_PIX_FMT_YUV422P, AV_PIX_FMT_YUV411P,
AV_PIX_FMT_YUV440P,
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