Mercurial > libavcodec.hg
changeset 11836:f71c3558f3f5 libavcodec
Whitespace cosmetics
author | alexc |
---|---|
date | Sat, 05 Jun 2010 15:36:16 +0000 |
parents | 758c052eb8a9 |
children | bba34e33081d |
files | aac.h |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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; /** @} */