lavc: er: remove unused variable size
authorJanne Grunau <janne-libav@jannau.net>
Tue, 18 Mar 2014 11:09:07 +0000 (12:09 +0100)
committerJanne Grunau <janne-libav@jannau.net>
Tue, 18 Mar 2014 12:07:52 +0000 (13:07 +0100)
The code using it was removed in d66e305bd1b.

libavcodec/error_resilience.c

index d648f09..6ab5a98 100644 (file)
@@ -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. */