Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
c909d482
Commit
c909d482
authored
Jun 05, 2010
by
Alex Converse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Whitespace cosmetics
Originally committed as revision 23491 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
8e5998f0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
aac.h
libavcodec/aac.h
+3
-3
No files found.
libavcodec/aac.h
View file @
c909d482
...
...
@@ -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
;
/** @} */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment