From 9524cf79df9f4f5792272e7e53f7dcc90ee26e61 Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Thu, 26 Jan 2012 20:08:23 -0500 Subject: avcodec: add av_get_audio_frame_duration() function. This is a utility function for the user to get the frame duration based on the codec id, frame size in bytes, and various AVCodecContext parameters. --- 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 1ecfb215f6..2398cca2ae 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 7 +#define LIBAVCODEC_VERSION_MINOR 8 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ -- cgit v1.2.3