summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorAnssi Hannula <anssi.hannula@iki.fi>2011-02-14 18:43:38 +0000
committerMans Rullgard <mans@mansr.com>2011-02-14 23:16:32 +0000
commit24a83bd10a1ed56cadd2c475b839887752f23183 (patch)
tree4466d8f9298a809a9b999a2dc92e6ce30f1c1c9a /libavformat/avformat.h
parent70c275f8c335f9f8846af5cce65fef29247759b2 (diff)
lavf: add AV_DISPOSITION_CLEAN_EFFECTS flag
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 11a45418ef..8fb77f958c 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -474,6 +474,7 @@ typedef struct AVIndexEntry {
#define AV_DISPOSITION_FORCED 0x0040
#define AV_DISPOSITION_HEARING_IMPAIRED 0x0080 /**< stream for hearing impaired audiences */
#define AV_DISPOSITION_VISUAL_IMPAIRED 0x0100 /**< stream for visual impaired audiences */
+#define AV_DISPOSITION_CLEAN_EFFECTS 0x0200 /**< stream without voice */
/**
* Stream structure.