Commit 7849ce43 authored by Paul B Mahol's avatar Paul B Mahol

avfilter/vf_lenscorrection: support 8bit planar RGB formats

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 6c906ded
......@@ -104,6 +104,7 @@ static int query_formats(AVFilterContext *ctx)
AV_PIX_FMT_YUV420P, AV_PIX_FMT_YUVJ420P,
AV_PIX_FMT_YUVA444P, AV_PIX_FMT_YUVA420P,
AV_PIX_FMT_YUV422P,
AV_PIX_FMT_GBRP, AV_PIX_FMT_GBRAP,
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