summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_vaguedenoiser.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_vaguedenoiser.c')
-rw-r--r--libavfilter/vf_vaguedenoiser.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavfilter/vf_vaguedenoiser.c b/libavfilter/vf_vaguedenoiser.c
index b323ce5..a68f762 100644
--- a/libavfilter/vf_vaguedenoiser.c
+++ b/libavfilter/vf_vaguedenoiser.c
@@ -104,8 +104,8 @@ static const float synthesis_high[9] = {
static int query_formats(AVFilterContext *ctx)
{
static const enum AVPixelFormat pix_fmts[] = {
- AV_PIX_FMT_GRAY8,
- 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,
OpenPOWER on IntegriCloud