comparison avcodec.h @ 7441:a09e82b2f875 libavcodec

increment minor version for commit r14412 (add sample_fmts infrastructure)
author pross
date Mon, 28 Jul 2008 10:48:03 +0000
parents 4c68f77c49ee
children 212e72dbb838
comparison
equal deleted inserted replaced
7440:0ca4275b5c6f 7441:a09e82b2f875
28 28
29 29
30 #include "libavutil/avutil.h" 30 #include "libavutil/avutil.h"
31 31
32 #define LIBAVCODEC_VERSION_MAJOR 51 32 #define LIBAVCODEC_VERSION_MAJOR 51
33 #define LIBAVCODEC_VERSION_MINOR 61 33 #define LIBAVCODEC_VERSION_MINOR 62
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)