Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFmpeg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libremedia
Tethys
FFmpeg
Commits
590ea32e
Commit
590ea32e
authored
9 years ago
by
Hendrik Leppkes
Browse files
Options
Downloads
Patches
Plain Diff
Postpone removal of API changes from within the last two years
parent
24e3bac5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
libavcodec/version.h
+3
-3
3 additions, 3 deletions
libavcodec/version.h
libavformat/version.h
+2
-2
2 additions, 2 deletions
libavformat/version.h
with
5 additions
and
5 deletions
libavcodec/version.h
+
3
−
3
View file @
590ea32e
...
@@ -53,10 +53,10 @@
...
@@ -53,10 +53,10 @@
*/
*/
#ifndef FF_API_VIMA_DECODER
#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
#endif
#ifndef FF_API_AUDIO_CONVERT
#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
#endif
#ifndef FF_API_AVCODEC_RESAMPLE
#ifndef FF_API_AVCODEC_RESAMPLE
#define FF_API_AVCODEC_RESAMPLE FF_API_AUDIO_CONVERT
#define FF_API_AVCODEC_RESAMPLE FF_API_AUDIO_CONVERT
...
@@ -147,7 +147,7 @@
...
@@ -147,7 +147,7 @@
#endif
#endif
#ifndef FF_API_VISMV
#ifndef FF_API_VISMV
/* XXX: don't forget to drop the -vismv documentation */
/* 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
#endif
#ifndef FF_API_AUDIOENC_DELAY
#ifndef FF_API_AUDIOENC_DELAY
#define FF_API_AUDIOENC_DELAY (LIBAVCODEC_VERSION_MAJOR < 58)
#define FF_API_AUDIOENC_DELAY (LIBAVCODEC_VERSION_MAJOR < 58)
...
...
This diff is collapsed.
Click to expand it.
libavformat/version.h
+
2
−
2
View file @
590ea32e
...
@@ -63,10 +63,10 @@
...
@@ -63,10 +63,10 @@
#define FF_API_LAVF_CODEC_TB (LIBAVFORMAT_VERSION_MAJOR < 58)
#define FF_API_LAVF_CODEC_TB (LIBAVFORMAT_VERSION_MAJOR < 58)
#endif
#endif
#ifndef FF_API_URL_FEOF
#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
#endif
#ifndef FF_API_PROBESIZE_32
#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
#endif
#ifndef FF_API_R_FRAME_RATE
#ifndef FF_API_R_FRAME_RATE
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment