summaryrefslogtreecommitdiff
path: root/libavcodec/aac.h
diff options
context:
space:
mode:
authorAlex Converse <alex.converse@gmail.com>2010-06-05 15:36:16 +0000
committerAlex Converse <alex.converse@gmail.com>2010-06-05 15:36:16 +0000
commitc909d4826628d920fec083b129501889ba5d1f15 (patch)
treeb39112edf8de43072304188fda3eab47fce9decc /libavcodec/aac.h
parent8e5998f0ab1bdef63d8c69473212a3558f5cc0fa (diff)
Whitespace cosmetics
Originally committed as revision 23491 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/aac.h')
-rw-r--r--libavcodec/aac.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/aac.h b/libavcodec/aac.h
index f74cb51429..94f578ff38 100644
--- a/libavcodec/aac.h
+++ b/libavcodec/aac.h
@@ -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;
/** @} */