From f53221049933627a31fb4a530c290802715ccf65 Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Fri, 20 Jan 2012 13:02:18 +0200 Subject: movenc: Support adding isml (smooth streaming live) metadata MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This metadata is required for pushing a live stream to an IIS publishing point. Signed-off-by: Martin Storsjö --- libavformat/movenc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/movenc.h') diff --git a/libavformat/movenc.h b/libavformat/movenc.h index a1e504dca5..0b74a61d06 100644 --- a/libavformat/movenc.h +++ b/libavformat/movenc.h @@ -150,6 +150,7 @@ typedef struct MOVMuxContext { #define FF_MOV_FLAG_FRAG_KEYFRAME 8 #define FF_MOV_FLAG_SEPARATE_MOOF 16 #define FF_MOV_FLAG_FRAG_CUSTOM 32 +#define FF_MOV_FLAG_ISML 64 int ff_mov_write_packet(AVFormatContext *s, AVPacket *pkt); -- cgit v1.2.3