Author: superdump Date: Tue Jul 29 23:38:14 2008 New Revision: 2907 Log: Clarify the reason for applying to coeffs/ret when applying channel coupling
Modified: aac/aac.c Modified: aac/aac.c ============================================================================== --- aac/aac.c (original) +++ aac/aac.c Tue Jul 29 23:38:14 2008 @@ -2036,7 +2036,7 @@ static void apply_ssr(AACContext * ac, S #endif /* AAC_SSR */ /** - * Apply dependent channel coupling. + * Apply dependent channel coupling (applied before IMDCT). * * @param index which gain to use for coupling */ @@ -2069,7 +2069,7 @@ static void dependent_coupling(AACContex } /** - * Apply independent channel coupling. + * Apply independent channel coupling (applied after IMDCT). * * @param index which gain to use for coupling */ _______________________________________________ FFmpeg-soc mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
