Author: andoma Date: Fri Mar 7 15:02:06 2008 New Revision: 1994 Log: Remove an old TODO, this should be acomplished via a decent audio API instead.
Modified: aac/aac.c Modified: aac/aac.c ============================================================================== --- aac/aac.c (original) +++ aac/aac.c Fri Mar 7 15:02:06 2008 @@ -27,12 +27,6 @@ * @author Maxim Gavrilov ( maxim.gavrilov gmail com ) */ -/** TODO - * To reduce the memory required, reorder the ret buffer so all buffers are - * 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 produce audible _______________________________________________ FFmpeg-soc mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
