summaryrefslogtreecommitdiff
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2013-07-10 10:52:56 +0200
committerLuca Barbato <lu_zero@gentoo.org>2013-08-10 13:41:35 +0200
commit5a9a9d4a2abefa63d9a898ce26715453c569e89d (patch)
treed0cdb9354e5c484bf213b63ef325f9e261fb6bcb /libavcodec/version.h
parentc1076d8479a6c0ee2e0c4b0e2151df5b0228438e (diff)
downloadffmpeg-5a9a9d4a2abefa63d9a898ce26715453c569e89d.tar.gz
lavc: Add refcounted api to AVPacket
Provide a clean way to manipulate packets.
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 c2907cc6fe..56b0f27b3d 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -27,7 +27,7 @@
*/
#define LIBAVCODEC_VERSION_MAJOR 55
-#define LIBAVCODEC_VERSION_MINOR 15
+#define LIBAVCODEC_VERSION_MINOR 16
#define LIBAVCODEC_VERSION_MICRO 0
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \