diff options
author | Clément Bœsch <ubitux@gmail.com> | 2011-09-03 19:51:28 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2011-09-04 09:37:41 +0200 |
commit | 61e2e2969127e4cb8e0d32151fed3e03515fe436 (patch) | |
tree | 72ed060de80329fb6f8891582584779498061659 /libavutil/avutil.h | |
parent | 1889c6724a449b2e4826612d3b72efc76dbfb713 (diff) | |
download | ffmpeg-61e2e2969127e4cb8e0d32151fed3e03515fe436.tar.gz |
av_string: add av_asprintf().
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 f77cde783d..06c0470ce7 100644 --- a/libavutil/avutil.h +++ b/libavutil/avutil.h @@ -40,7 +40,7 @@ #define AV_VERSION(a, b, c) AV_VERSION_DOT(a, b, c) #define LIBAVUTIL_VERSION_MAJOR 51 -#define LIBAVUTIL_VERSION_MINOR 15 +#define LIBAVUTIL_VERSION_MINOR 16 #define LIBAVUTIL_VERSION_MICRO 0 #define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \ |