mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-30 19:32:13 +00:00
indent
Originally committed as revision 16329 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
68d48cc592
commit
679f3fa901
@ -242,7 +242,7 @@ static void put_line(uint8_t *dst, int size, int width, const int *runs)
|
||||
for(; run > 16; run -= 16)
|
||||
put_sbits(&pb, 16, mode);
|
||||
if(run)
|
||||
put_sbits(&pb, run, mode);
|
||||
put_sbits(&pb, run, mode);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user