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
df56d583
Commit
df56d583
authored
Apr 12, 2011
by
Anton Khirnov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavf: remove FF_API_INDEX_BUILT cruft
parent
7f804085
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
avformat.h
libavformat/avformat.h
+0
-3
version.h
libavformat/version.h
+0
-3
No files found.
libavformat/avformat.h
View file @
df56d583
...
@@ -696,9 +696,6 @@ typedef struct AVFormatContext {
...
@@ -696,9 +696,6 @@ typedef struct AVFormatContext {
/* av_seek_frame() support */
/* av_seek_frame() support */
int64_t
data_offset
;
/**< offset of the first packet */
int64_t
data_offset
;
/**< offset of the first packet */
#if FF_API_INDEX_BUILT
attribute_deprecated
int
index_built
;
#endif
int
mux_rate
;
int
mux_rate
;
unsigned
int
packet_size
;
unsigned
int
packet_size
;
...
...
libavformat/version.h
View file @
df56d583
...
@@ -50,9 +50,6 @@
...
@@ -50,9 +50,6 @@
#ifndef FF_API_OLD_AVIO
#ifndef FF_API_OLD_AVIO
#define FF_API_OLD_AVIO (LIBAVFORMAT_VERSION_MAJOR < 54)
#define FF_API_OLD_AVIO (LIBAVFORMAT_VERSION_MAJOR < 54)
#endif
#endif
#ifndef FF_API_INDEX_BUILT
#define FF_API_INDEX_BUILT (LIBAVFORMAT_VERSION_MAJOR < 53)
#endif
#ifndef FF_API_DUMP_FORMAT
#ifndef FF_API_DUMP_FORMAT
#define FF_API_DUMP_FORMAT (LIBAVFORMAT_VERSION_MAJOR < 54)
#define FF_API_DUMP_FORMAT (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