[FFmpeg-soc] [soc]: r265 - aac/aac.c
banan
subversion at mplayerhq.hu
Sun Jun 24 13:42:25 CEST 2007
Author: banan
Date: Sun Jun 24 13:42:25 2007
New Revision: 265
Log:
Add a small todo.
Modified:
aac/aac.c
Modified: aac/aac.c
==============================================================================
--- aac/aac.c (original)
+++ aac/aac.c Sun Jun 24 13:42:25 2007
@@ -24,6 +24,13 @@
*
*/
+/** TODO
+ * To reduce the memory required, reorder the ret buffer so all buffers are after eachother.
+ * And then try to do the interleaving inplace.
+ *
+ * Fix the audible distortion.
+ */
+
#define V_DEBUG
#include "avcodec.h"
More information about the FFmpeg-soc
mailing list