[FFmpeg-cvslog] avfilter/vf_lut2: add 12bit depth alpha formats

Paul B Mahol git at videolan.org
Mon Nov 18 19:40:34 EET 2019


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Mon Nov 18 17:15:29 2019 +0100| [410f81f822de0d0189dab5b7ea08e1ffd73dfa20] | committer: Paul B Mahol

avfilter/vf_lut2: add 12bit depth alpha formats

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

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

diff --git a/libavfilter/vf_lut2.c b/libavfilter/vf_lut2.c
index 647420c2f1..7a204f5f1d 100644
--- a/libavfilter/vf_lut2.c
+++ b/libavfilter/vf_lut2.c
@@ -125,6 +125,7 @@ static av_cold void uninit(AVFilterContext *ctx)
 
 #define BIT12_FMTS \
     AV_PIX_FMT_YUV420P12, AV_PIX_FMT_YUV422P12, AV_PIX_FMT_YUV444P12, AV_PIX_FMT_YUV440P12, \
+    AV_PIX_FMT_YUVA422P12, AV_PIX_FMT_YUVA444P12, \
     AV_PIX_FMT_GRAY12, AV_PIX_FMT_GBRAP12, AV_PIX_FMT_GBRP12,
 
 #define BIT14_FMTS \



More information about the ffmpeg-cvslog mailing list