comparison avcodec.h @ 8493:469f3e5bcf13 libavcodec

Bump minor number for many small improvements, tiff fax decoding, AVCodecContext refs is set during decoding.
author reimar
date Sat, 27 Dec 2008 09:22:21 +0000
parents aedda304862c
children 531ddfe8a832
comparison
equal deleted inserted replaced
8492:639169d7fad5 8493:469f3e5bcf13
28 28
29 29
30 #include "libavutil/avutil.h" 30 #include "libavutil/avutil.h"
31 31
32 #define LIBAVCODEC_VERSION_MAJOR 52 32 #define LIBAVCODEC_VERSION_MAJOR 52
33 #define LIBAVCODEC_VERSION_MINOR 8 33 #define LIBAVCODEC_VERSION_MINOR 9
34 #define LIBAVCODEC_VERSION_MICRO 0 34 #define LIBAVCODEC_VERSION_MICRO 0
35 35
36 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ 36 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
37 LIBAVCODEC_VERSION_MINOR, \ 37 LIBAVCODEC_VERSION_MINOR, \
38 LIBAVCODEC_VERSION_MICRO) 38 LIBAVCODEC_VERSION_MICRO)