forked from FFmpeg/FFmpeg
avfilter/vf_lenscorrection: support 8bit planar RGB formats
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
6c906ded38
commit
7849ce438e
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue