[FFmpeg-cvslog] add AV_DISPOSITION_HEARING_IMPAIRED and AV_DISPOSITION_VISUAL_IMPAIRED
Peter Ross
git
Fri Feb 11 03:52:14 CET 2011
ffmpeg | branch: master | Peter Ross <pross at xvid.org> | Thu Feb 10 17:25:13 2011 +1100| [8270db386f1295f21ff55228561823ce414d0d71] | committer: Michael Niedermayer
add AV_DISPOSITION_HEARING_IMPAIRED and AV_DISPOSITION_VISUAL_IMPAIRED
Signed-off-by: Janne Grunau <janne-ffmpeg at jannau.net>
(cherry picked from commit 12c14cd4a8bf844f6f3d16ae18999bdb47999324)
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8270db386f1295f21ff55228561823ce414d0d71
---
libavformat/avformat.h | 2 ++
libavformat/version.h | 2 +-
2 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index aeaf902..e65ff89 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -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.
diff --git a/libavformat/version.h b/libavformat/version.h
index e1abaa7..0c796e6 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -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, \
More information about the ffmpeg-cvslog
mailing list