diff options
author | Janne Grunau <janne-libav@jannau.net> | 2014-03-18 12:09:07 +0100 |
---|---|---|
committer | Janne Grunau <janne-libav@jannau.net> | 2014-03-18 13:07:52 +0100 |
commit | c829b35c08ad8e1df45cca1cd12f084cf1183d07 (patch) | |
tree | 0856c4e3a6184466105c975760d1d9b5616a12d5 /libavcodec | |
parent | 3795ec68588986b1b88c884deaab37554dfc8203 (diff) | |
download | ffmpeg-c829b35c08ad8e1df45cca1cd12f084cf1183d07.tar.gz |
lavc: er: remove unused variable size
The code using it was removed in d66e305bd1b.
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/error_resilience.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/error_resilience.c b/libavcodec/error_resilience.c index d648f09945..6ab5a980da 100644 --- a/libavcodec/error_resilience.c +++ b/libavcodec/error_resilience.c @@ -825,7 +825,6 @@ void ff_er_frame_end(ERContext *s) int threshold_part[4] = { 100, 100, 100 }; int threshold = 50; int is_intra_likely; - int size = s->b8_stride * 2 * s->mb_height; /* We do not support ER of field pictures yet, * though it should not crash if enabled. */ |