summaryrefslogtreecommitdiff
path: root/libavcore/avcore.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-08-06 09:36:45 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-08-06 09:36:45 +0000
commitbf176f58b79e9bbbcc0eb243d39fda3f2419992c (patch)
treebc160c982bebab7a533b4deababe8e3c8648e54a /libavcore/avcore.h
parent85fbad4555448c27e9b40b44663f5bd1dde452d2 (diff)
Deprecate avcodec_check_dimensions() in favor of the new function
av_check_image_size() declared in libavcore/imgutils.h. Originally committed as revision 24709 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcore/avcore.h')
-rw-r--r--libavcore/avcore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcore/avcore.h b/libavcore/avcore.h
index 5ddb6167aa..cba074ec54 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 2
+#define LIBAVCORE_VERSION_MINOR 3
#define LIBAVCORE_VERSION_MICRO 0
#define LIBAVCORE_VERSION_INT AV_VERSION_INT(LIBAVCORE_VERSION_MAJOR, \