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
fc2d3a19
Commit
fc2d3a19
authored
Feb 03, 2011
by
Anton Khirnov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavf: remove FF_API_LAVF_UNUSED cruft
parent
58d5ff0a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
12 deletions
+0
-12
avformat.h
libavformat/avformat.h
+0
-9
version.h
libavformat/version.h
+0
-3
No files found.
libavformat/avformat.h
View file @
fc2d3a19
...
...
@@ -545,10 +545,6 @@ typedef struct AVStream {
int64_t
nb_frames
;
///< number of frames in this stream if known or 0
#if FF_API_LAVF_UNUSED
attribute_deprecated
int64_t
unused
[
4
+
1
];
#endif
int
disposition
;
/**< AV_DISPOSITION_* bit field */
AVProbeData
probe_data
;
...
...
@@ -701,11 +697,6 @@ typedef struct AVFormatContext {
/* av_read_frame() support */
AVStream
*
cur_st
;
#if FF_API_LAVF_UNUSED
const
uint8_t
*
cur_ptr_deprecated
;
int
cur_len_deprecated
;
AVPacket
cur_pkt_deprecated
;
#endif
/* av_seek_frame() support */
int64_t
data_offset
;
/**< offset of the first packet */
...
...
libavformat/version.h
View file @
fc2d3a19
...
...
@@ -50,9 +50,6 @@
#ifndef FF_API_READ_SEEK
#define FF_API_READ_SEEK (LIBAVFORMAT_VERSION_MAJOR < 54)
#endif
#ifndef FF_API_LAVF_UNUSED
#define FF_API_LAVF_UNUSED (LIBAVFORMAT_VERSION_MAJOR < 53)
#endif
#ifndef FF_API_PARAMETERS_CODEC_ID
#define FF_API_PARAMETERS_CODEC_ID (LIBAVFORMAT_VERSION_MAJOR < 53)
#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