[FFmpeg-cvslog] avfilter/vf_deband: add more gray formats

Paul B Mahol git at videolan.org
Wed Oct 23 10:55:23 EEST 2019


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Wed Oct 23 09:53:23 2019 +0200| [ba7d55d3fc9851251d8e45eaac6cc7ff7b3986ac] | committer: Paul B Mahol

avfilter/vf_deband: add more gray formats

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ba7d55d3fc9851251d8e45eaac6cc7ff7b3986ac
---

 libavfilter/vf_deband.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/libavfilter/vf_deband.c b/libavfilter/vf_deband.c
index 713e80b049..330792f532 100644
--- a/libavfilter/vf_deband.c
+++ b/libavfilter/vf_deband.c
@@ -74,7 +74,8 @@ static int query_formats(AVFilterContext *ctx)
     DebandContext *s = ctx->priv;
 
     static const enum AVPixelFormat pix_fmts[] = {
-        AV_PIX_FMT_GRAY8, AV_PIX_FMT_GRAY16,
+        AV_PIX_FMT_GRAY8, AV_PIX_FMT_GRAY9, AV_PIX_FMT_GRAY10,
+        AV_PIX_FMT_GRAY12, AV_PIX_FMT_GRAY14, AV_PIX_FMT_GRAY16,
         AV_PIX_FMT_YUV444P,  AV_PIX_FMT_YUV422P,  AV_PIX_FMT_YUV420P,
         AV_PIX_FMT_YUV411P,  AV_PIX_FMT_YUV410P,  AV_PIX_FMT_YUV440P,
         AV_PIX_FMT_YUVJ444P, AV_PIX_FMT_YUVJ422P, AV_PIX_FMT_YUVJ420P,



More information about the ffmpeg-cvslog mailing list