Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
ffmpeg
Commits
813cae4b
Commit
813cae4b
authored
Sep 16, 2001
by
Fabrice Bellard
Browse files
image number handling
Originally committed as revision 126 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
84a02cdd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
libav/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