summaryrefslogtreecommitdiff
path: root/libavfilter/vf_w3fdif.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2021-01-14 19:09:44 +0100
committerPaul B Mahol <onemda@gmail.com>2021-01-14 19:16:55 +0100
commitaaeee01eabe1604df223ba8be3e8acb5276b7918 (patch)
treec0974023fb60dd371c7247e453db62e5dcd76ae7 /libavfilter/vf_w3fdif.c
parenta6912e5b88463b7b39cc3ee4f9338f57ef7ff7e6 (diff)
downloadffmpeg-aaeee01eabe1604df223ba8be3e8acb5276b7918.tar.gz
avfilter/vf_w3fdif: add support for >8 depth gray formats
Diffstat (limited to 'libavfilter/vf_w3fdif.c')
-rw-r--r--libavfilter/vf_w3fdif.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/vf_w3fdif.c b/libavfilter/vf_w3fdif.c
index bbf1d026e2..a714235ecf 100644
--- a/libavfilter/vf_w3fdif.c
+++ b/libavfilter/vf_w3fdif.c
@@ -85,6 +85,7 @@ static int query_formats(AVFilterContext *ctx)
AV_PIX_FMT_YUVA420P, AV_PIX_FMT_YUVA422P, AV_PIX_FMT_YUVA444P,
AV_PIX_FMT_GBRP, AV_PIX_FMT_GBRAP,
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_YUV420P9, AV_PIX_FMT_YUV422P9, AV_PIX_FMT_YUV444P9,
AV_PIX_FMT_YUV420P10, AV_PIX_FMT_YUV422P10, AV_PIX_FMT_YUV444P10,
AV_PIX_FMT_YUV420P12, AV_PIX_FMT_YUV422P12, AV_PIX_FMT_YUV444P12,