|
@@ -48,7 +48,7 @@ static inline V4L2m2mContext *ctx_to_m2mctx(V4L2Context *ctx) |
|
|
container_of(ctx, V4L2m2mContext, capture); |
|
|
container_of(ctx, V4L2m2mContext, capture); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
static inline AVClass *logger(V4L2Context *ctx) |
|
|
|
|
|
|
|
|
static inline AVCodecContext *logger(V4L2Context *ctx) |
|
|
{ |
|
|
{ |
|
|
return ctx_to_m2mctx(ctx)->avctx; |
|
|
return ctx_to_m2mctx(ctx)->avctx; |
|
|
} |
|
|
} |
|
|