summaryrefslogtreecommitdiff
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2013-01-07 18:08:56 +0100
committerClément Bœsch <ubitux@gmail.com>2013-02-17 12:57:56 +0100
commitf796399344a1bb2ecdf9e273ea62dfa53e33908a (patch)
treecfc347d5a603e14298a2290ee19943869b239cd8 /libavcodec/version.h
parent8732271e4025ed4198055686228a62c1d4f1a8c7 (diff)
lavc: support subtitles character encoding conversion.
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r--libavcodec/version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h
index 96e53ffe89..dceeaa47e5 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -29,8 +29,8 @@
#include "libavutil/avutil.h"
#define LIBAVCODEC_VERSION_MAJOR 54
-#define LIBAVCODEC_VERSION_MINOR 91
-#define LIBAVCODEC_VERSION_MICRO 103
+#define LIBAVCODEC_VERSION_MINOR 92
+#define LIBAVCODEC_VERSION_MICRO 100
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \