From: Fabrice Bellard Date: Fri, 11 Oct 2002 09:16:05 +0000 (+0000) Subject: added stream copy capability X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=a48b7a6bfa2d639e1fb3e8d82fe988decddc0aa3;p=ffmpeg added stream copy capability Originally committed as revision 1024 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/libav/avformat.h b/libav/avformat.h index 943f63bc83b..7ce160ffeda 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