diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-05-14 19:54:36 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-05-15 18:08:32 +0200 |
commit | f8196759b45d658fd67064c83e18da1cc871e205 (patch) | |
tree | 11709d3b4d3495eeea939856dc6676aa70cee339 /libavutil/avutil.h | |
parent | b9777797be2f4a49894e682ad83f680b563e23d5 (diff) | |
download | ffmpeg-f8196759b45d658fd67064c83e18da1cc871e205.tar.gz |
fifo: add av_fifo_grow()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 2491264e35..d80393bece 100644 --- a/libavutil/avutil.h +++ b/libavutil/avutil.h @@ -153,7 +153,7 @@ */ #define LIBAVUTIL_VERSION_MAJOR 51 -#define LIBAVUTIL_VERSION_MINOR 51 +#define LIBAVUTIL_VERSION_MINOR 52 #define LIBAVUTIL_VERSION_MICRO 100 #define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \ |