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");
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc