Mercurial > libavcodec.hg
diff avcodec.h @ 11870:6b1a63ea6e61 libavcodec
RealAudio 14.4k encoder.
Patch by Francesco Lavra (firstnamelastname@interfree.it)
| author | vitor |
|---|---|
| date | Fri, 11 Jun 2010 09:01:25 +0000 |
| parents | f6a2af58f3e0 |
| children | 2d81202be6e2 |
line wrap: on
line diff
--- a/avcodec.h Fri Jun 11 08:49:15 2010 +0000 +++ b/avcodec.h Fri Jun 11 09:01:25 2010 +0000 @@ -30,8 +30,8 @@ #include "libavutil/avutil.h" #define LIBAVCODEC_VERSION_MAJOR 52 -#define LIBAVCODEC_VERSION_MINOR 75 -#define LIBAVCODEC_VERSION_MICRO 1 +#define LIBAVCODEC_VERSION_MINOR 76 +#define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \
