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:
authorKelly Anderson <kelly@silka.with-linux.com>2012-03-17 11:56:59 +0400
committerMichael Niedermayer <michaelni@gmx.at>2012-03-17 11:56:59 +0400
commit0a224ab102ded1f11de81331639a2796f94477cb (patch)
tree52d67b8bfb89fbceb2ead3454154496c36c516b3
parentd39b183d8de1c36cf12eb4857883437ca1e6dc4f (diff)
libx264: fix duplicate stats entry
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-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)