summaryrefslogtreecommitdiff
path: root/libavcore/avcore.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-09-07 21:23:45 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-09-07 21:23:45 +0000
commit9686abb8260c31be6c109d97f369aa84c46ff567 (patch)
tree11d9ca0e17d88f572529243242433be8e9e9e824 /libavcore/avcore.h
parentb163078fe309f15e4c7fecea9147ec8d8437623b (diff)
Reimplement ff_img_copy_plane() as av_image_copy_plane() in libavcore,
and deprecate the old function. Originally committed as revision 25064 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 d11ae3866e..57ac487b99 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 7
+#define LIBAVCORE_VERSION_MINOR 8
#define LIBAVCORE_VERSION_MICRO 0
#define LIBAVCORE_VERSION_INT AV_VERSION_INT(LIBAVCORE_VERSION_MAJOR, \