Commit 7bed9eb4 authored by alexc's avatar alexc

Whitespace cosmetics


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23491 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent e74ce7f1
...@@ -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