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
813cae4b
Commit
813cae4b
authored
Sep 16, 2001
by
Fabrice Bellard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
image number handling
Originally committed as revision 126 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
84a02cdd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
avformat.h
libav/avformat.h
+4
-1
No files found.
libav/avformat.h
View file @
813cae4b
...
...
@@ -62,7 +62,8 @@ typedef struct AVFormat {
origin is defined by the stream */
int
(
*
read_seek
)(
struct
AVFormatContext
*
,
INT64
pts
);
int
flags
;
#define AVFMT_NOFILE 0x0001
/* no file should be opened */
#define AVFMT_NOFILE 0x0001
/* no file should be opened */
#define AVFMT_NEEDNUMBER 0x0002
/* needs '%d' in filename */
struct
AVFormat
*
next
;
}
AVFormat
;
...
...
@@ -194,3 +195,5 @@ void ffm_set_write_index(AVFormatContext *s, offset_t pos, offset_t file_size);
int
find_info_tag
(
char
*
arg
,
int
arg_size
,
const
char
*
tag1
,
const
char
*
info
);
int
get_frame_filename
(
char
*
buf
,
int
buf_size
,
const
char
*
path
,
int
number
);
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