[FFmpeg-devel] [PATCH] lavc/v4l2_context: fix compile warning for incompatible pointer type

Andriy Gelman andriy.gelman at gmail.com
Fri Feb 28 07:24:27 EET 2020


On Fri, 28. Feb 00:14, Linjie Fu wrote:
> Signed-off-by: Linjie Fu <linjie.fu at 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

Thanks,
-- 
Andriy


More information about the ffmpeg-devel mailing list