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
ac45921a
Commit
ac45921a
authored
Mar 13, 2013
by
Paul B Mahol
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavc: remove disabled 8SVX_RAW cruft
Signed-off-by:
Paul B Mahol
<
onemda@gmail.com
>
parent
ed80427e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
avcodec.h
libavcodec/avcodec.h
+0
-3
old_codec_ids.h
libavcodec/old_codec_ids.h
+0
-1
No files found.
libavcodec/avcodec.h
View file @
ac45921a
...
...
@@ -442,9 +442,6 @@ enum AVCodecID {
AV_CODEC_ID_COMFORT_NOISE
,
AV_CODEC_ID_TAK_DEPRECATED
,
AV_CODEC_ID_FFWAVESYNTH
=
MKBETAG
(
'F'
,
'F'
,
'W'
,
'S'
),
#if LIBAVCODEC_VERSION_MAJOR <= 54
AV_CODEC_ID_8SVX_RAW
=
MKBETAG
(
'8'
,
'S'
,
'V'
,
'X'
),
#endif
AV_CODEC_ID_SONIC
=
MKBETAG
(
'S'
,
'O'
,
'N'
,
'C'
),
AV_CODEC_ID_SONIC_LS
=
MKBETAG
(
'S'
,
'O'
,
'N'
,
'L'
),
AV_CODEC_ID_PAF_AUDIO
=
MKBETAG
(
'P'
,
'A'
,
'F'
,
'A'
),
...
...
libavcodec/old_codec_ids.h
View file @
ac45921a
...
...
@@ -355,7 +355,6 @@
CODEC_ID_IAC
,
CODEC_ID_ILBC
,
CODEC_ID_FFWAVESYNTH
=
MKBETAG
(
'F'
,
'F'
,
'W'
,
'S'
),
CODEC_ID_8SVX_RAW
=
MKBETAG
(
'8'
,
'S'
,
'V'
,
'X'
),
CODEC_ID_SONIC
=
MKBETAG
(
'S'
,
'O'
,
'N'
,
'C'
),
CODEC_ID_SONIC_LS
=
MKBETAG
(
'S'
,
'O'
,
'N'
,
'L'
),
CODEC_ID_PAF_AUDIO
=
MKBETAG
(
'P'
,
'A'
,
'F'
,
'A'
),
...
...
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