Commit 724f3471 authored by Justin Ruggles's avatar Justin Ruggles

cosmetics: indentation

Originally committed as revision 24609 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 6d263f41
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment