提交 c909d482 编写于 作者: A Alex Converse

Whitespace cosmetics

Originally committed as revision 23491 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 8e5998f0
......@@ -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;
/** @} */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册