This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
lavc/error_resilience: Remove two unused variables.
tags/n3.3
Carl Eugen Hoyos
8 years ago
parent
b28ae1e09b
commit
aecdb14ad9
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
libavcodec/error_resilience.c
+ 0
- 1
libavcodec/error_resilience.c
View File
@@ -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;
Write
Preview
Loading…
Cancel
Save