Index: libfaad2/decoder.c =================================================================== RCS file: /cvsroot/mplayer/main/libfaad2/decoder.c,v retrieving revision 1.4 diff -u -r1.4 decoder.c --- libfaad2/decoder.c 23 Jun 2004 13:50:49 -0000 1.4 +++ libfaad2/decoder.c 8 Sep 2004 19:33:39 -0000 @@ -99,6 +99,7 @@ hDecoder->config.defObjectType = MAIN; hDecoder->config.defSampleRate = 44100; /* Default: 44.1kHz */ hDecoder->config.downMatrix = 0; + hDecoder->config.dontUpSampleImplicitSBR = 1; hDecoder->adts_header_present = 0; hDecoder->adif_header_present = 0; #ifdef ERROR_RESILIENCE