]> git.sesse.net Git - ffmpeg/commitdiff
added stream copy capability
authorFabrice Bellard <fabrice@bellard.org>
Fri, 11 Oct 2002 09:16:05 +0000 (09:16 +0000)
committerFabrice Bellard <fabrice@bellard.org>
Fri, 11 Oct 2002 09:16:05 +0000 (09:16 +0000)
Originally committed as revision 1024 to svn://svn.ffmpeg.org/ffmpeg/trunk

libav/avformat.h

index 943f63bc83b83496ff67ed33ba354a980490b749..7ce160ffeda0ea034df3d623e36207628ad56056 100644 (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