Browse Source

added stream copy capability

Originally committed as revision 1024 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Fabrice Bellard 23 years ago
parent
commit
a48b7a6bfa
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libav/avformat.h

+ 2
- 0
libav/avformat.h 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


Loading…
Cancel
Save