From 4da12e3b13d362e0218956a78dd2b8f7a1260265 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sat, 4 Dec 2010 12:56:16 +0000 Subject: Implement av_image_alloc() and use it in avfilter_default_get_video_buffer(). Originally committed as revision 25878 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcore/avcore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcore/avcore.h') diff --git a/libavcore/avcore.h b/libavcore/avcore.h index 3d661369b0..b19efe8cdb 100644 --- a/libavcore/avcore.h +++ b/libavcore/avcore.h @@ -27,7 +27,7 @@ #include "libavutil/avutil.h" #define LIBAVCORE_VERSION_MAJOR 0 -#define LIBAVCORE_VERSION_MINOR 14 +#define LIBAVCORE_VERSION_MINOR 15 #define LIBAVCORE_VERSION_MICRO 0 #define LIBAVCORE_VERSION_INT AV_VERSION_INT(LIBAVCORE_VERSION_MAJOR, \ -- cgit v1.2.3