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
a48b7a6b
Commit
a48b7a6b
authored
Oct 11, 2002
by
Fabrice Bellard
Browse files
added stream copy capability
Originally committed as revision 1024 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
92391c6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
libav/avformat.h
View file @
a48b7a6b
...
...
@@ -129,6 +129,8 @@ typedef struct AVStream {
int
codec_info_state
;
int
codec_info_nb_repeat_frames
;
int
codec_info_nb_real_frames
;
/* ffmpeg.c private use */
int
stream_copy
;
/* if TRUE, just copy stream */
}
AVStream
;
#define MAX_STREAMS 20
...
...
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