[FFmpeg-soc] [soc]: r1975 - aac/aac.c
andoma
subversion at mplayerhq.hu
Wed Mar 5 15:36:47 CET 2008
Author: andoma
Date: Wed Mar 5 15:36:47 2008
New Revision: 1975
Log:
Vertical alignment
Modified:
aac/aac.c
Modified: aac/aac.c
==============================================================================
--- aac/aac.c (original)
+++ aac/aac.c Wed Mar 5 15:36:47 2008
@@ -1201,7 +1201,7 @@ static int gain_control_data(AACContext
{1, 0, 5}, //ONLY_LONG_SEQUENCE = 0,
{2, 1, 2}, //LONG_START_SEQUENCE,
{8, 0, 2}, //EIGHT_SHORT_SEQUENCE,
- {2, 1, 5} //LONG_STOP_SEQUENCE
+ {2, 1, 5}, //LONG_STOP_SEQUENCE
};
const int mode = sce->ics.window_sequence;
int bd, wd, ad;
More information about the FFmpeg-soc
mailing list