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
24e3bac5
Commit
24e3bac5
authored
Sep 05, 2015
by
Hendrik Leppkes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avcodec: remove deprecated codec id aliases
parent
76cac7ed
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
411 deletions
+0
-411
avcodec.h
libavcodec/avcodec.h
+0
-4
old_codec_ids.h
libavcodec/old_codec_ids.h
+0
-397
utils.c
libavcodec/utils.c
+0
-7
version.h
libavcodec/version.h
+0
-3
No files found.
libavcodec/avcodec.h
View file @
24e3bac5
...
...
@@ -552,10 +552,6 @@ enum AVCodecID {
AV_CODEC_ID_MPEG4SYSTEMS
=
0x20001
,
/**< _FAKE_ codec to indicate a MPEG-4 Systems
* stream (only used by libavformat) */
AV_CODEC_ID_FFMETADATA
=
0x21000
,
///< Dummy codec for streams containing only metadata information.
#if FF_API_CODEC_ID
#include "old_codec_ids.h"
#endif
};
/**
...
...
libavcodec/old_codec_ids.h
deleted
100644 → 0
View file @
76cac7ed
This diff is collapsed.
Click to expand it.
libavcodec/utils.c
View file @
24e3bac5
...
...
@@ -2873,13 +2873,6 @@ unsigned avcodec_version(void)
av_assert0
(
AV_CODEC_ID_SRT
==
94216
);
av_assert0
(
LIBAVCODEC_VERSION_MICRO
>=
100
);
#if FF_API_CODEC_ID
av_assert0
(
CODEC_ID_CLLC
==
AV_CODEC_ID_CLLC
);
av_assert0
(
CODEC_ID_PCM_S8_PLANAR
==
AV_CODEC_ID_PCM_S8_PLANAR
);
av_assert0
(
CODEC_ID_ADPCM_IMA_APC
==
AV_CODEC_ID_ADPCM_IMA_APC
);
av_assert0
(
CODEC_ID_ILBC
==
AV_CODEC_ID_ILBC
);
av_assert0
(
CODEC_ID_SRT
==
AV_CODEC_ID_SRT
);
#endif
return
LIBAVCODEC_VERSION_INT
;
}
...
...
libavcodec/version.h
View file @
24e3bac5
...
...
@@ -55,9 +55,6 @@
#ifndef FF_API_VIMA_DECODER
#define FF_API_VIMA_DECODER (LIBAVCODEC_VERSION_MAJOR < 57)
#endif
#ifndef FF_API_CODEC_ID
#define FF_API_CODEC_ID (LIBAVCODEC_VERSION_MAJOR < 57)
#endif
#ifndef FF_API_AUDIO_CONVERT
#define FF_API_AUDIO_CONVERT (LIBAVCODEC_VERSION_MAJOR < 57)
#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