comparison avcore.h @ 8:f214f755f5de libavcore

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().
author stefano
date Thu, 29 Jul 2010 23:44:57 +0000
parents d2641c727ec5
children 97c3fe501477
comparison
equal deleted inserted replaced
7:0f570839057d 8:f214f755f5de
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 1 30 #define LIBAVCORE_VERSION_MINOR 2
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)