[FFmpeg-cvslog] lavc: er: remove unused variable size

Janne Grunau git at videolan.org
Tue Mar 18 19:58:37 CET 2014


ffmpeg | branch: master | Janne Grunau <janne-libav at jannau.net> | Tue Mar 18 12:09:07 2014 +0100| [c829b35c08ad8e1df45cca1cd12f084cf1183d07] | committer: Janne Grunau

lavc: er: remove unused variable size

The code using it was removed in d66e305bd1b.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c829b35c08ad8e1df45cca1cd12f084cf1183d07
---

 libavcodec/error_resilience.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/libavcodec/error_resilience.c b/libavcodec/error_resilience.c
index d648f09..6ab5a98 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. */



More information about the ffmpeg-cvslog mailing list