Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavcodec/libx264.c1
1 files changed, 0 insertions, 1 deletions
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)