[FFmpeg-cvslog] lavc/error_resilience: Remove two unused variables.

Carl Eugen Hoyos git at videolan.org
Wed Feb 1 18:52:30 EET 2017


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Wed Feb  1 17:51:59 2017 +0100| [aecdb14ad9a0c5d68c15e10dfbcefa36bf5ed7cd] | committer: Carl Eugen Hoyos

lavc/error_resilience: Remove two unused variables.

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

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

diff --git a/libavcodec/error_resilience.c b/libavcodec/error_resilience.c
index c73d4a7..3dbcb53 100644
--- a/libavcodec/error_resilience.c
+++ b/libavcodec/error_resilience.c
@@ -475,7 +475,6 @@ static void guess_mv(ERContext *s)
         none_left = 1;
         changed   = 1;
         for (pass = 0; (changed || pass < 2) && pass < 10; pass++) {
-            int mb_x, mb_y;
             int score_sum = 0;
 
             changed = 0;



More information about the ffmpeg-cvslog mailing list