mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
cosmetics: indentation
Originally committed as revision 24609 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
6d263f41ae
commit
724f34716b
@ -1136,7 +1136,7 @@ static void output_subframe(FlacEncodeContext *s, FlacSubframe *sub)
|
||||
put_bits(&s->pb, 4, porder);
|
||||
|
||||
/* residual */
|
||||
part_end = &sub->residual[psize ];
|
||||
part_end = &sub->residual[psize];
|
||||
for (p = 0; p < 1 << porder; p++) {
|
||||
int k = sub->rc.params[p];
|
||||
put_bits(&s->pb, 4, k);
|
||||
|
Loading…
Reference in New Issue
Block a user