[FFmpeg-devel] [PATCH] avfilter/vf_*_qsv: Fix flags
Michael Niedermayer
michael at niedermayer.cc
Mon Nov 13 04:47:34 EET 2017
On Sun, Nov 12, 2017 at 05:42:20PM +0000, Mark Thompson wrote:
> On 12/11/17 17:08, Michael Niedermayer wrote:
> > Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> > ---
> > libavfilter/vf_overlay_qsv.c | 2 +-
> > libavfilter/vf_vpp_qsv.c | 2 +-
> > 2 files changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/libavfilter/vf_overlay_qsv.c b/libavfilter/vf_overlay_qsv.c
> > index 471576e35a..1f50d4bb21 100644
> > --- a/libavfilter/vf_overlay_qsv.c
> > +++ b/libavfilter/vf_overlay_qsv.c
> > @@ -42,7 +42,7 @@
> > #define OVERLAY 1
> >
> > #define OFFSET(x) offsetof(QSVOverlayContext, x)
> > -#define FLAGS AV_OPT_FLAG_VIDEO_PARAM
> > +#define FLAGS (AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_FILTERING_PARAM)
> >
> > enum var_name {
> > VAR_MAIN_iW, VAR_MW,
> > diff --git a/libavfilter/vf_vpp_qsv.c b/libavfilter/vf_vpp_qsv.c
> > index 86af017d2e..eb2f1cc7eb 100644
> > --- a/libavfilter/vf_vpp_qsv.c
> > +++ b/libavfilter/vf_vpp_qsv.c
> > @@ -37,7 +37,7 @@
> > #include "qsvvpp.h"
> >
> > #define OFFSET(x) offsetof(VPPContext, x)
> > -#define FLAGS AV_OPT_FLAG_VIDEO_PARAM
> > +#define FLAGS (AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_FILTERING_PARAM)
> >
> > /* number of video enhancement filters */
> > #define ENH_FILTERS_COUNT (5)
> >
>
> LGTM.
will apply
thx
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Freedom in capitalist society always remains about the same as it was in
ancient Greek republics: Freedom for slave owners. -- Vladimir Lenin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20171113/08996c96/attachment.sig>
More information about the ffmpeg-devel
mailing list