[FFmpeg-soc] [soc]: r2075 - aac/aac.c
andoma
subversion at mplayerhq.hu
Thu Apr 3 08:45:22 CEST 2008
Author: andoma
Date: Thu Apr 3 08:45:22 2008
New Revision: 2075
Log:
Remove redundant initialization.
Modified:
aac/aac.c
Modified: aac/aac.c
==============================================================================
--- aac/aac.c (original)
+++ aac/aac.c Thu Apr 3 08:45:22 2008
@@ -756,7 +756,7 @@ static int program_config_element_defaul
* reference: Table 4.1
*/
static int GASpecificConfig(AACContext * ac, GetBitContext * gb, int channels) {
- int ext = 0;
+ int ext;
if(get_bits1(gb)) { // frameLengthFlag
av_log(ac->avccontext, AV_LOG_ERROR, "960/120 MDCT window is not supported\n");
More information about the FFmpeg-soc
mailing list