[FFmpeg-cvslog] r23491 - trunk/libavcodec/aac.h

alexc subversion
Sat Jun 5 17:36:16 CEST 2010


Author: alexc
Date: Sat Jun  5 17:36:16 2010
New Revision: 23491

Log:
Whitespace cosmetics

Modified:
   trunk/libavcodec/aac.h

Modified: trunk/libavcodec/aac.h
==============================================================================
--- trunk/libavcodec/aac.h	Sat Jun  5 17:31:57 2010	(r23490)
+++ trunk/libavcodec/aac.h	Sat Jun  5 17:36:16 2010	(r23491)
@@ -235,7 +235,7 @@ typedef struct {
  * main AAC context
  */
 typedef struct {
-    AVCodecContext * avctx;
+    AVCodecContext *avctx;
 
     MPEG4AudioConfig m4ac;
 
@@ -249,8 +249,8 @@ typedef struct {
     enum ChannelPosition che_pos[4][MAX_ELEM_ID]; /**< channel element channel mapping with the
                                                    *   first index as the first 4 raw data block types
                                                    */
-    ChannelElement * che[4][MAX_ELEM_ID];
-    ChannelElement * tag_che_map[4][MAX_ELEM_ID];
+    ChannelElement          *che[4][MAX_ELEM_ID];
+    ChannelElement  *tag_che_map[4][MAX_ELEM_ID];
     uint8_t tags_seen_this_frame[4][MAX_ELEM_ID];
     int tags_mapped;
     /** @} */



More information about the ffmpeg-cvslog mailing list