Author: andoma Date: Wed Mar 5 12:20:32 2008 New Revision: 1959 Log: Add a comment about the current status of SSR support.
Modified: aac/aac.c Modified: aac/aac.c ============================================================================== --- aac/aac.c (original) +++ aac/aac.c Wed Mar 5 12:20:32 2008 @@ -32,6 +32,15 @@ * after each other. And then try to do the interleaving inplace. */ + +/** + * AAC SSR (Scalable Sample Rate) is currently not working, and therefore + * not compiled in. SSR files play without crashing but produces audible + * artifacts that seems to be related to EIGHT_SHORT_SEQUENCE windows. + */ +//#define AAC_SSR + + #include "avcodec.h" #include "bitstream.h" #include "dsputil.h" _______________________________________________ FFmpeg-soc mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
