Mercurial > libavcodec.hg
comparison avcodec.h @ 12523:efb6ad35c202 libavcodec
Bump minor version for the addition of the G.722 encoder
| author | mstorsjo |
|---|---|
| date | Sun, 26 Sep 2010 14:47:00 +0000 |
| parents | 776789af0304 |
| children | 98606b84a7a4 |
comparison
equal
deleted
inserted
replaced
| 12522:776789af0304 | 12523:efb6ad35c202 |
|---|---|
| 29 #include <errno.h> | 29 #include <errno.h> |
| 30 #include "libavutil/avutil.h" | 30 #include "libavutil/avutil.h" |
| 31 #include "libavutil/cpu.h" | 31 #include "libavutil/cpu.h" |
| 32 | 32 |
| 33 #define LIBAVCODEC_VERSION_MAJOR 52 | 33 #define LIBAVCODEC_VERSION_MAJOR 52 |
| 34 #define LIBAVCODEC_VERSION_MINOR 90 | 34 #define LIBAVCODEC_VERSION_MINOR 91 |
| 35 #define LIBAVCODEC_VERSION_MICRO 1 | 35 #define LIBAVCODEC_VERSION_MICRO 0 |
| 36 | 36 |
| 37 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ | 37 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |
| 38 LIBAVCODEC_VERSION_MINOR, \ | 38 LIBAVCODEC_VERSION_MINOR, \ |
| 39 LIBAVCODEC_VERSION_MICRO) | 39 LIBAVCODEC_VERSION_MICRO) |
| 40 #define LIBAVCODEC_VERSION AV_VERSION(LIBAVCODEC_VERSION_MAJOR, \ | 40 #define LIBAVCODEC_VERSION AV_VERSION(LIBAVCODEC_VERSION_MAJOR, \ |
