[FFmpeg-cvslog] avfilter/vf_bm3d: add gray14 format

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


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

avfilter/vf_bm3d: add gray14 format

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

 libavfilter/vf_bm3d.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/libavfilter/vf_bm3d.c b/libavfilter/vf_bm3d.c
index eb45a70bbd..a56d77e7c0 100644
--- a/libavfilter/vf_bm3d.c
+++ b/libavfilter/vf_bm3d.c
@@ -164,9 +164,8 @@ AVFILTER_DEFINE_CLASS(bm3d);
 static int query_formats(AVFilterContext *ctx)
 {
     static const enum AVPixelFormat pix_fmts[] = {
-        AV_PIX_FMT_GRAY8,
-        AV_PIX_FMT_GRAY9,   AV_PIX_FMT_GRAY10,
-        AV_PIX_FMT_GRAY12,  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_YUV410P, AV_PIX_FMT_YUV411P,
         AV_PIX_FMT_YUV420P, AV_PIX_FMT_YUV422P,
         AV_PIX_FMT_YUV440P, AV_PIX_FMT_YUV444P,



More information about the ffmpeg-cvslog mailing list