comparison avcore.h @ 24:c063c88b1309 libavcore

Move av_picture_data_copy() to libavcore, and rename it av_image_copy().
author stefano
date Tue, 07 Sep 2010 21:23:55 +0000
parents 478992775cf8
children
comparison
equal deleted inserted replaced
23:478992775cf8 24:c063c88b1309
25 */ 25 */
26 26
27 #include "libavutil/avutil.h" 27 #include "libavutil/avutil.h"
28 28
29 #define LIBAVCORE_VERSION_MAJOR 0 29 #define LIBAVCORE_VERSION_MAJOR 0
30 #define LIBAVCORE_VERSION_MINOR 8 30 #define LIBAVCORE_VERSION_MINOR 9
31 #define LIBAVCORE_VERSION_MICRO 0 31 #define LIBAVCORE_VERSION_MICRO 0
32 32
33 #define LIBAVCORE_VERSION_INT AV_VERSION_INT(LIBAVCORE_VERSION_MAJOR, \ 33 #define LIBAVCORE_VERSION_INT AV_VERSION_INT(LIBAVCORE_VERSION_MAJOR, \
34 LIBAVCORE_VERSION_MINOR, \ 34 LIBAVCORE_VERSION_MINOR, \
35 LIBAVCORE_VERSION_MICRO) 35 LIBAVCORE_VERSION_MICRO)