Mercurial > libavcodec.hg
diff avcodec.h @ 6461:73ed28ea2082 libavcodec
IMA ADPCM encoder - QT variant
| author | kostya |
|---|---|
| date | Thu, 06 Mar 2008 07:30:41 +0000 |
| parents | f88fc47e8e46 |
| children | 0c3cc1d7a0b3 |
line wrap: on
line diff
--- a/avcodec.h Wed Mar 05 21:43:30 2008 +0000 +++ b/avcodec.h Thu Mar 06 07:30:41 2008 +0000 @@ -31,8 +31,8 @@ #include <sys/types.h> /* size_t */ #define LIBAVCODEC_VERSION_MAJOR 51 -#define LIBAVCODEC_VERSION_MINOR 50 -#define LIBAVCODEC_VERSION_MICRO 1 +#define LIBAVCODEC_VERSION_MINOR 51 +#define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \
