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
e0fe500f
Commit
e0fe500f
authored
May 08, 2007
by
Aurelien Jacobs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avoid multiple inclusion of ac3.h
Originally committed as revision 8940 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
bba5293b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
ac3.h
libavcodec/ac3.h
+5
-0
No files found.
libavcodec/ac3.h
View file @
e0fe500f
...
...
@@ -24,6 +24,9 @@
* Common code between AC3 encoder and decoder.
*/
#ifndef AC3_H
#define AC3_H
#include "ac3tab.h"
#define AC3_MAX_CODED_FRAME_SIZE 3840
/* in bytes */
...
...
@@ -148,3 +151,5 @@ void ac3_parametric_bit_allocation(AC3BitAllocParameters *s, uint8_t *bap,
int
snroffset
,
int
fgain
,
int
is_lfe
,
int
deltbae
,
int
deltnseg
,
uint8_t
*
deltoffst
,
uint8_t
*
deltlen
,
uint8_t
*
deltba
);
#endif
/* AC3_H */
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