Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
1146bb3b
Commit
1146bb3b
authored
Dec 05, 2016
by
Vittorio Giovara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavc: Drop deprecated voxware codec entry
Deprecated in 08/2013.
parent
5c1585c4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
15 deletions
+0
-15
avcodec.h
libavcodec/avcodec.h
+0
-3
codec_desc.c
libavcodec/codec_desc.c
+0
-9
version.h
libavcodec/version.h
+0
-3
No files found.
libavcodec/avcodec.h
View file @
1146bb3b
...
...
@@ -531,9 +531,6 @@ enum AVCodecID {
AV_CODEC_ID_MLP
,
AV_CODEC_ID_GSM_MS
,
/* as found in WAV */
AV_CODEC_ID_ATRAC3
,
#if FF_API_VOXWARE
AV_CODEC_ID_VOXWARE
,
#endif
AV_CODEC_ID_APE
,
AV_CODEC_ID_NELLYMOSER
,
AV_CODEC_ID_MUSEPACK8
,
...
...
libavcodec/codec_desc.c
View file @
1146bb3b
...
...
@@ -2161,15 +2161,6 @@ static const AVCodecDescriptor codec_descriptors[] = {
.
long_name
=
NULL_IF_CONFIG_SMALL
(
"ATRAC3 (Adaptive TRansform Acoustic Coding 3)"
),
.
props
=
AV_CODEC_PROP_LOSSY
,
},
#if FF_API_VOXWARE
{
.
id
=
AV_CODEC_ID_VOXWARE
,
.
type
=
AVMEDIA_TYPE_AUDIO
,
.
name
=
"voxware"
,
.
long_name
=
NULL_IF_CONFIG_SMALL
(
"Voxware RT29 Metasound"
),
.
props
=
AV_CODEC_PROP_LOSSY
,
},
#endif
{
.
id
=
AV_CODEC_ID_APE
,
.
type
=
AVMEDIA_TYPE_AUDIO
,
...
...
libavcodec/version.h
View file @
1146bb3b
...
...
@@ -47,9 +47,6 @@
* the public API and may change, break or disappear at any time.
*/
#ifndef FF_API_VOXWARE
#define FF_API_VOXWARE (LIBAVCODEC_VERSION_MAJOR < 58)
#endif
#ifndef FF_API_SET_DIMENSIONS
#define FF_API_SET_DIMENSIONS (LIBAVCODEC_VERSION_MAJOR < 58)
#endif
...
...
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