From d437aba4c4daf9276cd6c263288e1a7a5767d763 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Fri, 20 Apr 2007 15:31:32 +0000 Subject: ext/faad/gstfaad.c: FAAD fails to decode low (e.g. 8 kHz) sample rate AAC data in quicktime because of sample rate mi... Original commit message from CVS: * ext/faad/gstfaad.c: (gst_faad_open_decoder): FAAD fails to decode low (e.g. 8 kHz) sample rate AAC data in quicktime because of sample rate mismatches. Reenable overriding the implicit SBR behaviour (accidently changed?) to allow playback of these files. --- ext/faad/gstfaad.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/faad/gstfaad.c b/ext/faad/gstfaad.c index 120f88ce..814de23b 100644 --- a/ext/faad/gstfaad.c +++ b/ext/faad/gstfaad.c @@ -1461,7 +1461,7 @@ gst_faad_open_decoder (GstFaad * faad) conf = faacDecGetCurrentConfiguration (faad->handle); conf->defObjectType = LC; - /* conf->dontUpSampleImplicitSBR = 1; */ + conf->dontUpSampleImplicitSBR = 1; conf->outputFormat = FAAD_FMT_16BIT; if (faacDecSetConfiguration (faad->handle, conf) == 0) { -- cgit v1.2.1