[FFmpeg-soc] [soc]: r1967 - aac/aac.c
andoma
subversion at mplayerhq.hu
Wed Mar 5 13:53:58 CET 2008
Author: andoma
Date: Wed Mar 5 13:53:58 2008
New Revision: 1967
Log:
Vertical alignment fix.
Modified:
aac/aac.c
Modified: aac/aac.c
==============================================================================
--- aac/aac.c (original)
+++ aac/aac.c Wed Mar 5 13:53:58 2008
@@ -299,7 +299,7 @@ typedef struct {
sce_struct * che_sce[MAX_TAGID];
cpe_struct * che_cpe[MAX_TAGID];
sce_struct * che_lfe[MAX_TAGID];
- cc_struct * che_cc[MAX_TAGID];
+ cc_struct * che_cc[MAX_TAGID];
drc_struct * che_drc;
DECLARE_ALIGNED_16(float, buf_mdct[2048]);
More information about the FFmpeg-soc
mailing list