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]);
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to