summaryrefslogtreecommitdiff
path: root/libavformat/movenc.h
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2012-01-20 13:02:18 +0200
committerMartin Storsjö <martin@martin.st>2012-01-27 21:12:28 +0200
commitf53221049933627a31fb4a530c290802715ccf65 (patch)
tree89752902ffb3e8d12527bac8be7f1755aaaa9dc2 /libavformat/movenc.h
parent9a7dc618c50902e7a171f2deda6430d52c277a95 (diff)
movenc: Support adding isml (smooth streaming live) metadata
This metadata is required for pushing a live stream to an IIS publishing point. Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavformat/movenc.h')
-rw-r--r--libavformat/movenc.h1
1 files changed, 1 insertions, 0 deletions
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);