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
5ad1a989
Commit
5ad1a989
authored
Oct 22, 2017
by
James Almer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avcodec: Drop deprecated VIMA codecid
Deprecated in 02/2015. Signed-off-by:
James Almer
<
jamrial@gmail.com
>
parent
17487f11
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
avcodec.h
libavcodec/avcodec.h
+0
-3
version.h
libavcodec/version.h
+0
-3
No files found.
libavcodec/avcodec.h
View file @
5ad1a989
...
...
@@ -520,9 +520,6 @@ enum AVCodecID {
AV_CODEC_ID_ADPCM_G722
,
AV_CODEC_ID_ADPCM_IMA_APC
,
AV_CODEC_ID_ADPCM_VIMA
,
#if FF_API_VIMA_DECODER
AV_CODEC_ID_VIMA
=
AV_CODEC_ID_ADPCM_VIMA
,
#endif
AV_CODEC_ID_ADPCM_AFC
=
0x11800
,
AV_CODEC_ID_ADPCM_IMA_OKI
,
...
...
libavcodec/version.h
View file @
5ad1a989
...
...
@@ -51,9 +51,6 @@
* at once through the bump. This improves the git bisect-ability of the change.
*/
#ifndef FF_API_VIMA_DECODER
#define FF_API_VIMA_DECODER (LIBAVCODEC_VERSION_MAJOR < 58)
#endif
#ifndef FF_API_LOWRES
#define FF_API_LOWRES (LIBAVCODEC_VERSION_MAJOR < 59)
#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