Commit 34f103b1 authored by Michael Niedermayer's avatar Michael Niedermayer

avfilter/vf_boxblur: add gbrp pixfmt

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 6706a298
...@@ -123,6 +123,7 @@ static int query_formats(AVFilterContext *ctx) ...@@ -123,6 +123,7 @@ static int query_formats(AVFilterContext *ctx)
AV_PIX_FMT_YUV440P, AV_PIX_FMT_GRAY8, AV_PIX_FMT_YUV440P, AV_PIX_FMT_GRAY8,
AV_PIX_FMT_YUVJ444P, AV_PIX_FMT_YUVJ422P, AV_PIX_FMT_YUVJ420P, AV_PIX_FMT_YUVJ444P, AV_PIX_FMT_YUVJ422P, AV_PIX_FMT_YUVJ420P,
AV_PIX_FMT_YUVJ440P, AV_PIX_FMT_YUVJ440P,
AV_PIX_FMT_GBRP,
AV_PIX_FMT_NONE 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