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
590ea32e
Commit
590ea32e
authored
Sep 05, 2015
by
Hendrik Leppkes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Postpone removal of API changes from within the last two years
parent
24e3bac5
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
version.h
libavcodec/version.h
+3
-3
version.h
libavformat/version.h
+2
-2
No files found.
libavcodec/version.h
View file @
590ea32e
...
...
@@ -53,10 +53,10 @@
*/
#ifndef FF_API_VIMA_DECODER
#define FF_API_VIMA_DECODER (LIBAVCODEC_VERSION_MAJOR < 5
7
)
#define FF_API_VIMA_DECODER (LIBAVCODEC_VERSION_MAJOR < 5
8
)
#endif
#ifndef FF_API_AUDIO_CONVERT
#define FF_API_AUDIO_CONVERT (LIBAVCODEC_VERSION_MAJOR < 5
7
)
#define FF_API_AUDIO_CONVERT (LIBAVCODEC_VERSION_MAJOR < 5
8
)
#endif
#ifndef FF_API_AVCODEC_RESAMPLE
#define FF_API_AVCODEC_RESAMPLE FF_API_AUDIO_CONVERT
...
...
@@ -147,7 +147,7 @@
#endif
#ifndef FF_API_VISMV
/* XXX: don't forget to drop the -vismv documentation */
#define FF_API_VISMV (LIBAVCODEC_VERSION_MAJOR < 5
7
)
#define FF_API_VISMV (LIBAVCODEC_VERSION_MAJOR < 5
8
)
#endif
#ifndef FF_API_AUDIOENC_DELAY
#define FF_API_AUDIOENC_DELAY (LIBAVCODEC_VERSION_MAJOR < 58)
...
...
libavformat/version.h
View file @
590ea32e
...
...
@@ -63,10 +63,10 @@
#define FF_API_LAVF_CODEC_TB (LIBAVFORMAT_VERSION_MAJOR < 58)
#endif
#ifndef FF_API_URL_FEOF
#define FF_API_URL_FEOF (LIBAVFORMAT_VERSION_MAJOR < 5
7
)
#define FF_API_URL_FEOF (LIBAVFORMAT_VERSION_MAJOR < 5
8
)
#endif
#ifndef FF_API_PROBESIZE_32
#define FF_API_PROBESIZE_32 (LIBAVFORMAT_VERSION_MAJOR < 5
7
)
#define FF_API_PROBESIZE_32 (LIBAVFORMAT_VERSION_MAJOR < 5
8
)
#endif
#ifndef FF_API_R_FRAME_RATE
...
...
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