# HG changeset patch # User alexc # Date 1275752176 0 # Node ID f71c3558f3f521cc36faea69a9db6fac8245b3a3 # Parent 758c052eb8a9989ee6dade4d4efed7dee6f76504 Whitespace cosmetics diff -r 758c052eb8a9 -r f71c3558f3f5 aac.h --- a/aac.h Sat Jun 05 15:31:57 2010 +0000 +++ b/aac.h Sat Jun 05 15:36:16 2010 +0000 @@ -235,7 +235,7 @@ * main AAC context */ typedef struct { - AVCodecContext * avctx; + AVCodecContext *avctx; MPEG4AudioConfig m4ac; @@ -249,8 +249,8 @@ 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; /** @} */