From 44fe77b350fd812c84cd866b7d03e436acc3bab2 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Fri, 2 Mar 2012 17:00:53 +0100 Subject: lavc: make codec_is_decoder/encoder() public. --- 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 6fbe01c3a8..1ecfb215f6 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 6 +#define LIBAVCODEC_VERSION_MINOR 7 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ -- cgit v1.2.3