diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-06-10 00:17:45 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-06-11 23:57:01 +0200 |
commit | 359abb18cfe3a5e6db44031c5110322343b16756 (patch) | |
tree | 7e3a8ce665fc918532ad27d02958c1e526ef1752 /libavutil/avutil.h | |
parent | 5683de00e99e4be87419a97d521887f94acc937a (diff) | |
download | ffmpeg-359abb18cfe3a5e6db44031c5110322343b16756.tar.gz |
lavu/error: add av_make_error_string() and av_err2str() convenience utilities
These functions are modeled after the corresponding utilities in
libavutil/timestamp.h.
Diffstat (limited to 'libavutil/avutil.h')
-rw-r--r-- | libavutil/avutil.h | 2 |
1 files changed, 1 insertions, 1 deletions
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, \ |