Revision 4de339e2 libavcodec/version.h
libavcodec/version.h | ||
---|---|---|
21 | 21 |
#define AVCODEC_VERSION_H |
22 | 22 |
|
23 | 23 |
#define LIBAVCODEC_VERSION_MAJOR 52 |
24 |
#define LIBAVCODEC_VERSION_MINOR 119
|
|
25 |
#define LIBAVCODEC_VERSION_MICRO 1
|
|
24 |
#define LIBAVCODEC_VERSION_MINOR 120
|
|
25 |
#define LIBAVCODEC_VERSION_MICRO 0
|
|
26 | 26 |
|
27 | 27 |
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |
28 | 28 |
LIBAVCODEC_VERSION_MINOR, \ |
Also available in: Unified diff