diff avformat.h @ 6222:0bc4c96a5aea libavformat

add AV_DISPOSITION_FORCED flag and use it in matroska demuxer
author aurel
date Fri, 02 Jul 2010 16:38:44 +0000
parents 3f6559c501e3
children 4c7c979b1f5a
line wrap: on
line diff
--- a/avformat.h	Fri Jul 02 15:09:27 2010 +0000
+++ b/avformat.h	Fri Jul 02 16:38:44 2010 +0000
@@ -396,6 +396,10 @@
 #define AV_DISPOSITION_COMMENT   0x0008
 #define AV_DISPOSITION_LYRICS    0x0010
 #define AV_DISPOSITION_KARAOKE   0x0020
+/** Track should be used during playback by default.
+    Useful for subtitle track that should be displayed
+    even when user did not explicitly ask for subtitles. */
+#define AV_DISPOSITION_FORCED    0x0040
 
 /**
  * Stream structure.