OSDN Git Service

add AV_DISPOSITION_HEARING_IMPAIRED and AV_DISPOSITION_VISUAL_IMPAIRED
authorPeter Ross <pross@xvid.org>
Thu, 10 Feb 2011 06:25:13 +0000 (17:25 +1100)
committerJanne Grunau <janne-ffmpeg@jannau.net>
Thu, 10 Feb 2011 21:55:17 +0000 (22:55 +0100)
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
libavformat/avformat.h
libavformat/version.h

index bf6f96d..f676dc2 100644 (file)
@@ -472,6 +472,8 @@ typedef struct AVIndexEntry {
  * even when user did not explicitly ask for subtitles.
  */
 #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 */
 
 /**
  * Stream structure.
index e1abaa7..0c796e6 100644 (file)
@@ -24,7 +24,7 @@
 #include "libavutil/avutil.h"
 
 #define LIBAVFORMAT_VERSION_MAJOR 52
-#define LIBAVFORMAT_VERSION_MINOR 98
+#define LIBAVFORMAT_VERSION_MINOR 99
 #define LIBAVFORMAT_VERSION_MICRO  0
 
 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \