summaryrefslogtreecommitdiff
path: root/libavcore/avcore.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-07-29 23:44:57 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-07-29 23:44:57 +0000
commite7bd48a6aef974ec694447cf5244f6b031b61fce (patch)
tree9a5beff837d4dcd1e749270c49aaf53689ab6eae /libavcore/avcore.h
parent740dfe7012a41350292f77692867595d8cfa5370 (diff)
Move fill_image_linesize() and fill_image_data_ptr() from
libavcodec/imgconvert.c and make them public in libavcore/imgutils.h, with the names av_fill_image_linesizes() and av_fill_image_pointers(). Originally committed as revision 24583 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 4b35a603ec..5ddb6167aa 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 1
+#define LIBAVCORE_VERSION_MINOR 2
#define LIBAVCORE_VERSION_MICRO 0
#define LIBAVCORE_VERSION_INT AV_VERSION_INT(LIBAVCORE_VERSION_MAJOR, \