[FFmpeg-devel] [PATCH] avfilter/vf_chromashift: Fix mixed declaration and code

Michael Niedermayer michael at niedermayer.cc
Tue Nov 27 00:41:32 EET 2018


On Sun, Nov 25, 2018 at 09:52:58AM +0100, Paul B Mahol wrote:
> On 11/25/18, Mark Harris <mark.hsj at gmail.com> wrote:
> > ---
> >  libavfilter/vf_chromashift.c | 3 ++-
> >  1 file changed, 2 insertions(+), 1 deletion(-)
> >
> > diff --git a/libavfilter/vf_chromashift.c b/libavfilter/vf_chromashift.c
> > index 068c3c1b68..d073256b99 100644
> > --- a/libavfilter/vf_chromashift.c
> > +++ b/libavfilter/vf_chromashift.c
> > @@ -76,13 +76,14 @@ static int query_formats(AVFilterContext *ctx)
> >          AV_PIX_FMT_NONE
> >      };
> >      const enum AVPixelFormat *pix_fmts;
> > +    AVFilterFormats *fmts_list;
> >
> >      if (!strcmp(ctx->filter->name, "rgbashift"))
> >          pix_fmts = rgb_pix_fmts;
> >      else
> >          pix_fmts = yuv_pix_fmts;
> >
> > -    AVFilterFormats *fmts_list = ff_make_format_list(pix_fmts);
> > +    fmts_list = ff_make_format_list(pix_fmts);
> >      if (!fmts_list)
> >          return AVERROR(ENOMEM);
> >      return ff_set_common_formats(ctx, fmts_list);
> > --
> > 2.19.2
> >
> > _______________________________________________
> > ffmpeg-devel mailing list
> > ffmpeg-devel at ffmpeg.org
> > http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
> >
> 
> lgtm

will apply

thx

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

If you think the mosad wants you dead since a long time then you are either
wrong or dead since a long time.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20181126/3694747d/attachment.sig>


More information about the ffmpeg-devel mailing list