Commit c909d482 authored by Alex Converse's avatar Alex Converse

Whitespace cosmetics

Originally committed as revision 23491 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 8e5998f0
...@@ -235,7 +235,7 @@ typedef struct { ...@@ -235,7 +235,7 @@ typedef struct {
* main AAC context * main AAC context
*/ */
typedef struct { typedef struct {
AVCodecContext * avctx; AVCodecContext *avctx;
MPEG4AudioConfig m4ac; MPEG4AudioConfig m4ac;
...@@ -249,8 +249,8 @@ typedef struct { ...@@ -249,8 +249,8 @@ typedef struct {
enum ChannelPosition che_pos[4][MAX_ELEM_ID]; /**< channel element channel mapping with the enum ChannelPosition che_pos[4][MAX_ELEM_ID]; /**< channel element channel mapping with the
* first index as the first 4 raw data block types * first index as the first 4 raw data block types
*/ */
ChannelElement * che[4][MAX_ELEM_ID]; ChannelElement *che[4][MAX_ELEM_ID];
ChannelElement * tag_che_map[4][MAX_ELEM_ID]; ChannelElement *tag_che_map[4][MAX_ELEM_ID];
uint8_t tags_seen_this_frame[4][MAX_ELEM_ID]; uint8_t tags_seen_this_frame[4][MAX_ELEM_ID];
int tags_mapped; int tags_mapped;
/** @} */ /** @} */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment