aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-08-02 20:59:24 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-08-03 23:34:35 +0200
commite680c731a213759a824420a94f0068f943d3788f (patch)
tree939587834ade2ec54d6bd917c8f617f7e6e20284 /libavcodec/version.h
parent9400603140db5f44f35942482a3435e4b67e7e79 (diff)
downloadffmpeg-e680c731a213759a824420a94f0068f943d3788f.tar.gz
avcodec/avdct: Add get_pixels()
Suggested-by: ubitux Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 e794635d59..7a7a2e9b21 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -29,8 +29,8 @@
#include "libavutil/version.h"
#define LIBAVCODEC_VERSION_MAJOR 55
-#define LIBAVCODEC_VERSION_MINOR 71
-#define LIBAVCODEC_VERSION_MICRO 101
+#define LIBAVCODEC_VERSION_MINOR 72
+#define LIBAVCODEC_VERSION_MICRO 100
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \