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
acbd14bc
Commit
acbd14bc
authored
Mar 13, 2013
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avformat: postpone API removials where the functions are trivial wrapers
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
06a83505
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
version.h
libavformat/version.h
+4
-4
No files found.
libavformat/version.h
View file @
acbd14bc
...
@@ -56,16 +56,16 @@
...
@@ -56,16 +56,16 @@
#define FF_API_PKT_DUMP (LIBAVFORMAT_VERSION_MAJOR < 54)
#define FF_API_PKT_DUMP (LIBAVFORMAT_VERSION_MAJOR < 54)
#endif
#endif
#ifndef FF_API_ALLOC_OUTPUT_CONTEXT
#ifndef FF_API_ALLOC_OUTPUT_CONTEXT
#define FF_API_ALLOC_OUTPUT_CONTEXT (LIBAVFORMAT_VERSION_MAJOR < 5
5
)
#define FF_API_ALLOC_OUTPUT_CONTEXT (LIBAVFORMAT_VERSION_MAJOR < 5
6
)
#endif
#endif
#ifndef FF_API_FORMAT_PARAMETERS
#ifndef FF_API_FORMAT_PARAMETERS
#define FF_API_FORMAT_PARAMETERS (LIBAVFORMAT_VERSION_MAJOR < 5
5
)
#define FF_API_FORMAT_PARAMETERS (LIBAVFORMAT_VERSION_MAJOR < 5
6
)
#endif
#endif
#ifndef FF_API_NEW_STREAM
#ifndef FF_API_NEW_STREAM
#define FF_API_NEW_STREAM (LIBAVFORMAT_VERSION_MAJOR < 5
5
)
#define FF_API_NEW_STREAM (LIBAVFORMAT_VERSION_MAJOR < 5
6
)
#endif
#endif
#ifndef FF_API_SET_PTS_INFO
#ifndef FF_API_SET_PTS_INFO
#define FF_API_SET_PTS_INFO (LIBAVFORMAT_VERSION_MAJOR < 5
5
)
#define FF_API_SET_PTS_INFO (LIBAVFORMAT_VERSION_MAJOR < 5
6
)
#endif
#endif
#ifndef FF_API_CLOSE_INPUT_FILE
#ifndef FF_API_CLOSE_INPUT_FILE
#define FF_API_CLOSE_INPUT_FILE (LIBAVFORMAT_VERSION_MAJOR < 56)
#define FF_API_CLOSE_INPUT_FILE (LIBAVFORMAT_VERSION_MAJOR < 56)
...
...
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