aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-08-06 15:43:38 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-08-06 15:50:54 +0200
commit305f72aee77bc36d1da9feaec42f9ddcdc9b0689 (patch)
tree27518b8c975f62d9a102837f29c1c8ab67d3ef03 /libavcodec/version.h
parent6b1df5544e8df9ad95512c638df2580856389fae (diff)
downloadffmpeg-305f72aee77bc36d1da9feaec42f9ddcdc9b0689.tar.gz
avcodec: Change get_pixels() to ptrdiff_t linesize
Found-by: ubitux Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 dc7af8bc65..0c850045a0 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -30,7 +30,7 @@
#define LIBAVCODEC_VERSION_MAJOR 55
#define LIBAVCODEC_VERSION_MINOR 72
-#define LIBAVCODEC_VERSION_MICRO 101
+#define LIBAVCODEC_VERSION_MICRO 102
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \