summaryrefslogtreecommitdiff
path: root/libavformat/movenc.h
diff options
context:
space:
mode:
authorJohn Stebbins <stebbins@jetheaddev.com>2014-08-04 13:13:44 -0700
committerLuca Barbato <lu_zero@gentoo.org>2014-08-05 11:36:08 +0200
commit0897d2fdc7755849c3ae58d8b543ef734c200d3c (patch)
tree7f6bb11544c92bff24d43dce0b2b2e9b8c3c9af1 /libavformat/movenc.h
parent2601a9447efb778930b01ac58d2cc1d02498db4e (diff)
movenc: Add option to disable nero chapters
And add flag to muxer documentation. Nero chapters break some taggers (mp3tag and iTunes). Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
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 35be7818ed..0d3eb34c5e 100644
--- a/libavformat/movenc.h
+++ b/libavformat/movenc.h
@@ -175,6 +175,7 @@ typedef struct MOVMuxContext {
#define FF_MOV_FLAG_ISML 64
#define FF_MOV_FLAG_FASTSTART 128
#define FF_MOV_FLAG_OMIT_TFHD_OFFSET 256
+#define FF_MOV_FLAG_DISABLE_CHPL 512
int ff_mov_write_packet(AVFormatContext *s, AVPacket *pkt);