[FFmpeg-cvslog] avfilter/vf_lut2: fix typo, correctly support gray14

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


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

avfilter/vf_lut2: fix typo, correctly support gray14

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

 libavfilter/vf_lut2.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavfilter/vf_lut2.c b/libavfilter/vf_lut2.c
index 721de7d210..647420c2f1 100644
--- a/libavfilter/vf_lut2.c
+++ b/libavfilter/vf_lut2.c
@@ -129,7 +129,7 @@ static av_cold void uninit(AVFilterContext *ctx)
 
 #define BIT14_FMTS \
     AV_PIX_FMT_YUV420P14, AV_PIX_FMT_YUV422P14, AV_PIX_FMT_YUV444P14, \
-    AV_PIX_FMT_GRAY12, AV_PIX_FMT_GBRP14,
+    AV_PIX_FMT_GRAY14, AV_PIX_FMT_GBRP14,
 
 #define BIT16_FMTS \
     AV_PIX_FMT_YUV420P16, AV_PIX_FMT_YUV422P16, AV_PIX_FMT_YUV444P16, \



More information about the ffmpeg-cvslog mailing list