Author: superdump
Date: Mon Jul 28 08:23:37 2008
New Revision: 2871
Log:
Vertical alignment
Modified:
aac/aac.c
Modified: aac/aac.c
==============================================================================
--- aac/aac.c (original)
+++ aac/aac.c Mon Jul 28 08:23:37 2008
@@ -1164,7 +1164,7 @@ static void decode_pulses(AACContext * a
pulse->start = get_bits(gb, 6);
for (i = 0; i < pulse->num_pulse; i++) {
pulse->offset[i] = get_bits(gb, 5);
- pulse->amp[i] = get_bits(gb, 4);
+ pulse->amp [i] = get_bits(gb, 4);
}
}
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc