[FFmpeg-soc] [soc]: r2698 - aac/aac.c
superdump
subversion at mplayerhq.hu
Sun Jul 6 12:42:03 CEST 2008
Author: superdump
Date: Sun Jul 6 12:42:03 2008
New Revision: 2698
Log:
Remove useless comments
Modified:
aac/aac.c
Modified: aac/aac.c
==============================================================================
--- aac/aac.c (original)
+++ aac/aac.c Sun Jul 6 12:42:03 2008
@@ -398,7 +398,6 @@ typedef struct {
} AACContext;
-//aux
// TODO: Maybe add to dsputil?!
#if defined(AAC_LTP) || defined(AAC_SSR)
static void vector_fmul_dst(AACContext * ac, float * dst, const float * src0, const float * src1, int len) {
@@ -895,8 +894,6 @@ static int aac_decode_init(AVCodecContex
return 0;
}
-// parser implementation
-
/**
* Decode a data_stream_element; reference: table 4.10.
*/
More information about the FFmpeg-soc
mailing list