summaryrefslogtreecommitdiff
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2011-12-16 21:30:27 +0100
committerKostya Shishkov <kostya.shishkov@gmail.com>2013-05-18 07:12:56 +0200
commit350914fc8024612f614c0a4f5c8ba5da2d9988e7 (patch)
treeacdd7ee0a89e1c985642b2e5178a2c0f023e4641 /libavcodec/version.h
parentcebdedca57d95834a8f8098c7b6a322a1163e26b (diff)
Escape 130 (RPL) decoder
Some fixes provided by Paul B Mahol <onemda@gmail.com> and Michael Niedermayer <michaelni@gmx.at> and me. Signed-off-by: Diego Biurrun <diego@biurrun.de> Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r--libavcodec/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h
index afc2d35f2c..065f71f53b 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -27,7 +27,7 @@
*/
#define LIBAVCODEC_VERSION_MAJOR 55
-#define LIBAVCODEC_VERSION_MINOR 5
+#define LIBAVCODEC_VERSION_MINOR 6
#define LIBAVCODEC_VERSION_MICRO 0
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \