Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2017-02-01 19:51:59 +0300
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2017-02-01 19:51:59 +0300
commitaecdb14ad9a0c5d68c15e10dfbcefa36bf5ed7cd (patch)
tree1f49a803c791c245263eef71bb7e2063353387f2 /libavcodec/error_resilience.c
parentb28ae1e09bd3ee3942fa986a674acee7fca899e8 (diff)
lavc/error_resilience: Remove two unused variables.
Diffstat (limited to 'libavcodec/error_resilience.c')
-rw-r--r--libavcodec/error_resilience.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/error_resilience.c b/libavcodec/error_resilience.c
index c73d4a7349..3dbcb53b08 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;