Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Ross <pross@xvid.org>2011-02-10 09:25:13 +0300
committerMichael Niedermayer <michaelni@gmx.at>2011-02-11 04:54:10 +0300
commit8270db386f1295f21ff55228561823ce414d0d71 (patch)
tree8ab7537c12d2f678687fb7cdb124d61e52f3e254 /libavformat/version.h
parent98ec828775235b7d3c59cf007d8c75db4cb93de1 (diff)
add AV_DISPOSITION_HEARING_IMPAIRED and AV_DISPOSITION_VISUAL_IMPAIRED
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit 12c14cd4a8bf844f6f3d16ae18999bdb47999324)
Diffstat (limited to 'libavformat/version.h')
-rw-r--r--libavformat/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/version.h b/libavformat/version.h
index e1abaa7a8d..0c796e6de5 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, \