mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-03-21 02:19:37 +00:00
avcodec/ffv1dec_template: fix indention
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
21938ce739
commit
eee7364c90
@ -93,11 +93,11 @@ static av_always_inline int RENAME(decode_line)(FFV1Context *s, int w,
|
|||||||
run_count--;
|
run_count--;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
while (run_count > 1 && w-x > 1) {
|
while (run_count > 1 && w-x > 1) {
|
||||||
sample[1][x] = RENAME(predict)(sample[1] + x, sample[0] + x);
|
sample[1][x] = RENAME(predict)(sample[1] + x, sample[0] + x);
|
||||||
x++;
|
x++;
|
||||||
run_count--;
|
run_count--;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
run_count--;
|
run_count--;
|
||||||
if (run_count < 0) {
|
if (run_count < 0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user