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
5df8a0c6
Commit
5df8a0c6
authored
Mar 06, 2005
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
group audio codec ids
Originally committed as revision 4017 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
9e42e70c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
avcodec.h
libavcodec/avcodec.h
+2
-2
No files found.
libavcodec/avcodec.h
View file @
5df8a0c6
...
...
@@ -17,7 +17,7 @@ extern "C" {
#define FFMPEG_VERSION_INT 0x000409
#define FFMPEG_VERSION "0.4.9-pre1"
#define LIBAVCODEC_BUILD 474
5
#define LIBAVCODEC_BUILD 474
6
#define LIBAVCODEC_VERSION_INT FFMPEG_VERSION_INT
#define LIBAVCODEC_VERSION FFMPEG_VERSION
...
...
@@ -165,12 +165,12 @@ enum CodecID {
CODEC_ID_MP3ADU
,
CODEC_ID_MP3ON4
,
CODEC_ID_SHORTEN
,
CODEC_ID_ALAC
,
CODEC_ID_OGGTHEORA
=
0x16000
,
CODEC_ID_MPEG2TS
=
0x20000
,
/* _FAKE_ codec to indicate a raw MPEG2 transport
stream (only used by libavformat) */
CODEC_ID_ALAC
,
};
/* CODEC_ID_MP3LAME is absolete */
...
...
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