comparison avcore.h @ 16:1a1faa090ff1 libavcore

Implement inline function av_fill_image_max_pixstep() and use it for factorizing code.
author stefano
date Wed, 18 Aug 2010 21:02:38 +0000
parents 665cb0c97133
children ebe3b7ce4cca
comparison
equal deleted inserted replaced
15:665cb0c97133 16:1a1faa090ff1
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 4 30 #define LIBAVCORE_VERSION_MINOR 5
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)