added stream copy capability

Originally committed as revision 1024 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Fabrice Bellard 2002-10-11 09:16:05 +00:00
parent 92391c6c89
commit a48b7a6bfa
1 changed files with 2 additions and 0 deletions

View File

@ -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