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
bd4c5131
Commit
bd4c5131
authored
13 years ago
by
Anton Khirnov
Browse files
Options
Downloads
Patches
Plain Diff
lavf: remove disabled FF_API_STREAM_COPY cruft
parent
2a0f868c
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
libavformat/avformat.h
+0
-4
0 additions, 4 deletions
libavformat/avformat.h
libavformat/version.h
+0
-3
0 additions, 3 deletions
libavformat/version.h
with
0 additions
and
7 deletions
libavformat/avformat.h
+
0
−
4
View file @
bd4c5131
...
...
@@ -562,10 +562,6 @@ typedef struct AVStream {
AVRational
time_base
;
#if FF_API_REORDER_PRIVATE
int
pts_wrap_bits
;
/**< number of bits in pts (used for wrapping control) */
#endif
#if FF_API_STREAM_COPY
/* ffmpeg.c private use */
attribute_deprecated
int
stream_copy
;
/**< If set, just copy stream. */
#endif
enum
AVDiscard
discard
;
///< Selects which packets can be discarded at will and do not need to be demuxed.
...
...
This diff is collapsed.
Click to expand it.
libavformat/version.h
+
0
−
3
View file @
bd4c5131
...
...
@@ -47,9 +47,6 @@
* Those FF_API_* defines are not part of public API.
* They may change, break or disappear at any time.
*/
#ifndef FF_API_STREAM_COPY
#define FF_API_STREAM_COPY (LIBAVFORMAT_VERSION_MAJOR < 54)
#endif
#ifndef FF_API_SEEK_PUBLIC
#define FF_API_SEEK_PUBLIC (LIBAVFORMAT_VERSION_MAJOR < 54)
#endif
...
...
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