diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2012-10-28 14:40:30 +0100 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2012-11-02 15:12:29 +0100 |
commit | 483c1aa5f114bfed36a6e1c9eeb1e647124559f7 (patch) | |
tree | b62362ceb28084bd7ba8855a6a5c75feee128c0b /libavutil/version.h | |
parent | 8551c6bec0fd6cf719f94b24bca39b1c3318e213 (diff) | |
download | ffmpeg-483c1aa5f114bfed36a6e1c9eeb1e647124559f7.tar.gz |
lavu/bprint: add av_bprint_get_buffer().
It is useful to use bprint to handle a growing buffer
used with another API.
Diffstat (limited to 'libavutil/version.h')
-rw-r--r-- | libavutil/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/version.h b/libavutil/version.h index 94a4a4787f..60a7450f91 100644 --- a/libavutil/version.h +++ b/libavutil/version.h @@ -75,7 +75,7 @@ */ #define LIBAVUTIL_VERSION_MAJOR 52 -#define LIBAVUTIL_VERSION_MINOR 1 +#define LIBAVUTIL_VERSION_MINOR 2 #define LIBAVUTIL_VERSION_MICRO 100 #define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \ |