[FFmpeg-devel] [PATCH 3/5] add AV_DISPOSITION_IMPAIRED for describing streams intended for hearing or visually impaired persons

Peter Ross pross
Sat Feb 5 02:11:14 CET 2011


---
 libavformat/avformat.h |    1 +
 libavformat/version.h  |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 83289e4..160695e 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -472,6 +472,7 @@ typedef struct AVIndexEntry {
  * even when user did not explicitly ask for subtitles.
  */
 #define AV_DISPOSITION_FORCED    0x0040
+#define AV_DISPOSITION_IMPAIRED  0x0080  /**< stream for the hearing or visually impaired */
 
 /**
  * Stream structure.
diff --git a/libavformat/version.h b/libavformat/version.h
index 27f52e0..603d7cf 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 96
+#define LIBAVFORMAT_VERSION_MINOR 97
 #define LIBAVFORMAT_VERSION_MICRO  0
 
 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
-- 
1.7.1


-- Peter
(A907 E02F A6E5 0CD2 34CD 20D2 6760 79C5 AC40 DD6B)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20110205/ad987b92/attachment.pgp>



More information about the ffmpeg-devel mailing list