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
24c788f4
Commit
24c788f4
authored
Aug 06, 2014
by
Anton Khirnov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove obsolete FF_API_REFERENCE_DTS cruft.
parent
24e87f7f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
8 deletions
+0
-8
avformat.h
libavformat/avformat.h
+0
-5
version.h
libavformat/version.h
+0
-3
No files found.
libavformat/avformat.h
View file @
24c788f4
...
@@ -826,11 +826,6 @@ typedef struct AVStream {
...
@@ -826,11 +826,6 @@ typedef struct AVStream {
int
pts_wrap_bits
;
/**< number of bits in pts (used for wrapping control) */
int
pts_wrap_bits
;
/**< number of bits in pts (used for wrapping control) */
#if FF_API_REFERENCE_DTS
/* a hack to keep ABI compatibility for avconv, which accesses parser even
* though it should not */
int64_t
do_not_use
;
#endif
// Timestamp generation support:
// Timestamp generation support:
int64_t
first_dts
;
int64_t
first_dts
;
int64_t
cur_dts
;
int64_t
cur_dts
;
...
...
libavformat/version.h
View file @
24c788f4
...
@@ -48,9 +48,6 @@
...
@@ -48,9 +48,6 @@
* dropped at a future version bump. The defines themselves are not part of
* dropped at a future version bump. The defines themselves are not part of
* the public API and may change, break or disappear at any time.
* the public API and may change, break or disappear at any time.
*/
*/
#ifndef FF_API_REFERENCE_DTS
#define FF_API_REFERENCE_DTS (LIBAVFORMAT_VERSION_MAJOR < 56)
#endif
#ifndef FF_API_LAVF_BITEXACT
#ifndef FF_API_LAVF_BITEXACT
#define FF_API_LAVF_BITEXACT (LIBAVFORMAT_VERSION_MAJOR < 57)
#define FF_API_LAVF_BITEXACT (LIBAVFORMAT_VERSION_MAJOR < 57)
#endif
#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