From dfa1fc17a54a31e51f36f1f764dfdc76062ffe78 Mon Sep 17 00:00:00 2001 From: Linjie Fu Date: Fri, 28 Feb 2020 00:14:32 +0800 Subject: lavc/v4l2_context: fix compile warning for incompatible pointer type Signed-off-by: Linjie Fu Reviewed-by: Andriy Gelman Signed-off-by: Michael Niedermayer --- libavcodec/v4l2_context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/v4l2_context.c') diff --git a/libavcodec/v4l2_context.c b/libavcodec/v4l2_context.c index 95a2bfa6a4..8110bbb555 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; } -- cgit v1.2.3