forked from FFmpeg/FFmpeg
Cosmetics: Re-indent
Originally committed as revision 20522 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
0bb622ba4d
commit
9349e5582c
1 changed files with 1 additions and 1 deletions
|
@ -671,7 +671,7 @@ static void zero_remaining(unsigned int b, unsigned int b_max,
|
|||
count += div_blocks[b];
|
||||
|
||||
if (count)
|
||||
memset(buf, 0, sizeof(*buf) * count);
|
||||
memset(buf, 0, sizeof(*buf) * count);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue