aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Swanson <kswanson@netflix.com>2023-10-10 12:55:53 -0700
committerKyle Swanson <kswanson@netflix.com>2023-10-12 10:37:36 -0700
commit2e33f5ced0c9ae2c2d9d6aa1a5535ae637d48ce7 (patch)
tree2fb623f2692d82af2a93d1c4d52708a4fc3af156
parentab95338a20b20a77d7f699812a6148dbed1debda (diff)
downloadffmpeg-2e33f5ced0c9ae2c2d9d6aa1a5535ae637d48ce7.tar.gz
avfilter/libvmaf: update pix_fmts
Signed-off-by: Kyle Swanson <kswanson@netflix.com>
-rw-r--r--libavfilter/vf_libvmaf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavfilter/vf_libvmaf.c b/libavfilter/vf_libvmaf.c
index 18196c6734..2b1fc8bb23 100644
--- a/libavfilter/vf_libvmaf.c
+++ b/libavfilter/vf_libvmaf.c
@@ -463,6 +463,8 @@ static av_cold int init(AVFilterContext *ctx)
static const enum AVPixelFormat pix_fmts[] = {
AV_PIX_FMT_YUV444P, AV_PIX_FMT_YUV422P, AV_PIX_FMT_YUV420P,
AV_PIX_FMT_YUV444P10LE, AV_PIX_FMT_YUV422P10LE, AV_PIX_FMT_YUV420P10LE,
+ AV_PIX_FMT_YUV444P12LE, AV_PIX_FMT_YUV422P12LE, AV_PIX_FMT_YUV420P12LE,
+ AV_PIX_FMT_YUV444P16LE, AV_PIX_FMT_YUV422P16LE, AV_PIX_FMT_YUV420P16LE,
AV_PIX_FMT_NONE
};