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
bd4c5131
Commit
bd4c5131
authored
Jan 12, 2012
by
Anton Khirnov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavf: remove disabled FF_API_STREAM_COPY cruft
parent
2a0f868c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
7 deletions
+0
-7
avformat.h
libavformat/avformat.h
+0
-4
version.h
libavformat/version.h
+0
-3
No files found.
libavformat/avformat.h
View file @
bd4c5131
...
@@ -562,10 +562,6 @@ typedef struct AVStream {
...
@@ -562,10 +562,6 @@ typedef struct AVStream {
AVRational
time_base
;
AVRational
time_base
;
#if FF_API_REORDER_PRIVATE
#if FF_API_REORDER_PRIVATE
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) */
#endif
#if FF_API_STREAM_COPY
/* ffmpeg.c private use */
attribute_deprecated
int
stream_copy
;
/**< If set, just copy stream. */
#endif
#endif
enum
AVDiscard
discard
;
///< Selects which packets can be discarded at will and do not need to be demuxed.
enum
AVDiscard
discard
;
///< Selects which packets can be discarded at will and do not need to be demuxed.
...
...
libavformat/version.h
View file @
bd4c5131
...
@@ -47,9 +47,6 @@
...
@@ -47,9 +47,6 @@
* Those FF_API_* defines are not part of public API.
* Those FF_API_* defines are not part of public API.
* They may change, break or disappear at any time.
* 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
#ifndef FF_API_SEEK_PUBLIC
#define FF_API_SEEK_PUBLIC (LIBAVFORMAT_VERSION_MAJOR < 54)
#define FF_API_SEEK_PUBLIC (LIBAVFORMAT_VERSION_MAJOR < 54)
#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