Browse Source

avfilter/vf_idet: added more YUVA formats to idet query_formats

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
tags/n4.0
Robert Nagy Michael Niedermayer 7 years ago
parent
commit
856b7cae9f
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libavfilter/vf_idet.c

+ 2
- 0
libavfilter/vf_idet.c View File

@@ -392,6 +392,8 @@ static int query_formats(AVFilterContext *ctx)
AV_PIX_FMT_YUV422P16,
AV_PIX_FMT_YUV444P16,
AV_PIX_FMT_YUVA420P,
AV_PIX_FMT_YUVA422P,
AV_PIX_FMT_YUVA444P,
AV_PIX_FMT_NONE
};
AVFilterFormats *fmts_list = ff_make_format_list(pix_fmts);


Loading…
Cancel
Save