aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-08-11 17:45:50 +0200
committerAnton Khirnov <anton@khirnov.net>2011-08-16 20:24:20 +0200
commitbca06e77e1b07f1dab04c3b9fef6fdcb62b4a401 (patch)
treeda3177e2674159e2c25d061448c05c55328ea33a /libavcodec/version.h
parent7f5bf4fbaf1f2142547321a16358f9871fabdcc6 (diff)
downloadffmpeg-bca06e77e1b07f1dab04c3b9fef6fdcb62b4a401.tar.gz
lavc: add avcodec_get_type() for mapping codec_id -> type.
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 7eb5ce0424..24a33d7e69 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -21,8 +21,8 @@
#define AVCODEC_VERSION_H
#define LIBAVCODEC_VERSION_MAJOR 53
-#define LIBAVCODEC_VERSION_MINOR 7
-#define LIBAVCODEC_VERSION_MICRO 1
+#define LIBAVCODEC_VERSION_MINOR 8
+#define LIBAVCODEC_VERSION_MICRO 0
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \