[FFmpeg-devel] [PATCH] avfilter/vf_sr: correct flags since the filter changes frame w/h

Pedro Arthur bygrandao at gmail.com
Wed Oct 30 17:03:06 EET 2019


Pushed, thanks.

Em seg, 28 de out de 2019 às 10:24, Paul B Mahol <onemda at gmail.com>
escreveu:

> LGTM
>
> On 10/28/19, Guo, Yejun <yejun.guo at intel.com> wrote:
> > If filter changes frame w/h, AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC
> > cannot be supported.
> >
> > Signed-off-by: Guo, Yejun <yejun.guo at intel.com>
> > ---
> >  libavfilter/vf_sr.c | 1 -
> >  1 file changed, 1 deletion(-)
> >
> > diff --git a/libavfilter/vf_sr.c b/libavfilter/vf_sr.c
> > index 0433246..b90643c 100644
> > --- a/libavfilter/vf_sr.c
> > +++ b/libavfilter/vf_sr.c
> > @@ -317,5 +317,4 @@ AVFilter ff_vf_sr = {
> >      .inputs        = sr_inputs,
> >      .outputs       = sr_outputs,
> >      .priv_class    = &sr_class,
> > -    .flags         = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC,
> >  };
> > --
> > 2.7.4
> >
> > _______________________________________________
> > ffmpeg-devel mailing list
> > ffmpeg-devel at ffmpeg.org
> > https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
> >
> > To unsubscribe, visit link above, or email
> > ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".


More information about the ffmpeg-devel mailing list