comparison avcore.h @ 23:478992775cf8 libavcore

Reimplement ff_img_copy_plane() as av_image_copy_plane() in libavcore, and deprecate the old function.
author stefano
date Tue, 07 Sep 2010 21:23:45 +0000
parents 0899fc09d43c
children c063c88b1309
comparison
equal deleted inserted replaced
22:0899fc09d43c 23:478992775cf8
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 7 30 #define LIBAVCORE_VERSION_MINOR 8
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)