diff options
author | Martin Storsjö <martin@martin.st> | 2013-06-03 12:31:46 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2013-06-04 15:04:08 +0300 |
commit | fc962d4e7a7c3d799d9364d5427564c22ee3880c (patch) | |
tree | 4762a5e0b89bc406dce0c966c052393d7ae65859 /libavutil/version.h | |
parent | 9683e37cd5c556c9974e78fba344ede4f33afd18 (diff) | |
download | ffmpeg-fc962d4e7a7c3d799d9364d5427564c22ee3880c.tar.gz |
mem: Add av_realloc_array and av_reallocp_array
These help avoiding overflows and simplify error handling.
Signed-off-by: Martin Storsjö <martin@martin.st>
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 9f0a976d9f..fa79e12a68 100644 --- a/libavutil/version.h +++ b/libavutil/version.h @@ -37,7 +37,7 @@ */ #define LIBAVUTIL_VERSION_MAJOR 52 -#define LIBAVUTIL_VERSION_MINOR 12 +#define LIBAVUTIL_VERSION_MINOR 13 #define LIBAVUTIL_VERSION_MICRO 0 #define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \ |