From 359abb18cfe3a5e6db44031c5110322343b16756 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sun, 10 Jun 2012 00:17:45 +0200 Subject: lavu/error: add av_make_error_string() and av_err2str() convenience utilities These functions are modeled after the corresponding utilities in libavutil/timestamp.h. --- libavutil/avutil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavutil/avutil.h') diff --git a/libavutil/avutil.h b/libavutil/avutil.h index 02b9c7b2ed..169dc546bc 100644 --- a/libavutil/avutil.h +++ b/libavutil/avutil.h @@ -153,7 +153,7 @@ */ #define LIBAVUTIL_VERSION_MAJOR 51 -#define LIBAVUTIL_VERSION_MINOR 57 +#define LIBAVUTIL_VERSION_MINOR 58 #define LIBAVUTIL_VERSION_MICRO 100 #define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \ -- cgit v1.2.3