[SCM] libav/experimental: added stream copy capability
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 15:33:34 UTC 2013
The following commit has been merged in the experimental branch:
commit a48b7a6bfa2d639e1fb3e8d82fe988decddc0aa3
Author: Fabrice Bellard <fabrice at bellard.org>
Date: Fri Oct 11 09:16:05 2002 +0000
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 943f63b..7ce160f 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
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list