summaryrefslogtreecommitdiff
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2014-02-19 12:00:03 +0100
committerAnton Khirnov <anton@khirnov.net>2014-03-24 06:07:50 +0100
commit0e2c3ee9a335d8a0a5edf0509e222e804d7b2619 (patch)
treee619cc66ad731d9dfb7dce11147d8183ef7df98d /libavcodec/version.h
parent54f7881615a5ce2f89283e7ac2015b8ef141537c (diff)
lavc: give a typedeffed name to the AVPacket.side_data struct
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 5ab49d5cd9..d2f80ad442 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 34
-#define LIBAVCODEC_VERSION_MICRO 1
+#define LIBAVCODEC_VERSION_MINOR 35
+#define LIBAVCODEC_VERSION_MICRO 0
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \