diff --git a/libavcodec/libx264.c b/libavcodec/libx264.c index ad62d7e2c2..f6cd9fa3a5 100644 --- a/libavcodec/libx264.c +++ b/libavcodec/libx264.c @@ -70,7 +70,6 @@ typedef struct X264Context { char *partitions; int direct_pred; int slice_max_size; - char *stats; } X264Context; static void X264_log(void *p, int level, const char *fmt, va_list args)