diff options
author | Kelly Anderson <kelly@silka.with-linux.com> | 2012-03-17 08:56:59 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-03-17 08:56:59 +0100 |
commit | 0a224ab102ded1f11de81331639a2796f94477cb (patch) | |
tree | 52d67b8bfb89fbceb2ead3454154496c36c516b3 | |
parent | d39b183d8de1c36cf12eb4857883437ca1e6dc4f (diff) | |
download | ffmpeg-0a224ab102ded1f11de81331639a2796f94477cb.tar.gz |
libx264: fix duplicate stats entry
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavcodec/libx264.c | 1 |
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) |