From 5602a464c9f9e3c0922f5cfeccaf2fa1c40b2401 Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Sun, 15 Jan 2012 13:38:03 -0500 Subject: avcodec: add a Vorbis parser to get packet duration This also allows for removing some of the Vorbis-related hacks. --- libavcodec/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/version.h') diff --git a/libavcodec/version.h b/libavcodec/version.h index 7790f24c0c..f3b40ca511 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -21,7 +21,7 @@ #define AVCODEC_VERSION_H #define LIBAVCODEC_VERSION_MAJOR 54 -#define LIBAVCODEC_VERSION_MINOR 5 +#define LIBAVCODEC_VERSION_MINOR 6 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ -- cgit v1.2.3