On Fri, Feb 28, 2020 at 12:24:27AM -0500, Andriy Gelman wrote:
> On Fri, 28. Feb 00:14, Linjie Fu wrote:
> > Signed-off-by: Linjie Fu <linjie...@intel.com>
> > ---
> >  libavcodec/v4l2_context.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/libavcodec/v4l2_context.c b/libavcodec/v4l2_context.c
> > index 95a2bfa..8110bbb 100644
> > --- a/libavcodec/v4l2_context.c
> > +++ b/libavcodec/v4l2_context.c
> > @@ -48,7 +48,7 @@ static inline V4L2m2mContext *ctx_to_m2mctx(V4L2Context 
> > *ctx)
> >          container_of(ctx, V4L2m2mContext, capture);
> >  }
> >  
> > -static inline AVClass *logger(V4L2Context *ctx)
> > +static inline AVCodecContext *logger(V4L2Context *ctx)
> >  {
> >      return ctx_to_m2mctx(ctx)->avctx;
> >  }
> > -- 
> 
> lgtm

will apply

thx

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

it is not once nor twice but times without number that the same ideas make
their appearance in the world. -- Aristotle

Attachment: signature.asc
Description: PGP signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to