From a48b7a6bfa2d639e1fb3e8d82fe988decddc0aa3 Mon Sep 17 00:00:00 2001 From: Fabrice Bellard Date: Fri, 11 Oct 2002 09:16:05 +0000 Subject: [PATCH] added stream copy capability Originally committed as revision 1024 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libav/avformat.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libav/avformat.h b/libav/avformat.h index 943f63bc8..7ce160ffe 100644 --- a/libav/avformat.h +++ b/libav/avformat.h @@ -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 -- 2.11.0