diff options
author | Francesco Lavra <francescolavra@interfree.it> | 2010-06-11 09:01:25 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2010-06-11 09:01:25 +0000 |
commit | d31ba23185ad4f9b7b9714585db9aaf90268e115 (patch) | |
tree | 9633b80f0464e8d32cd32e212120b8dcb8469ac4 /libavcodec/avcodec.h | |
parent | b6c265ec2bfc37a34b58a80af38b876c2500d0a8 (diff) | |
download | ffmpeg-d31ba23185ad4f9b7b9714585db9aaf90268e115.tar.gz |
RealAudio 14.4k encoder.
Patch by Francesco Lavra (firstnamelastname@interfree.it)
Originally committed as revision 23579 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index ffc2e07ce8..42b20811ca 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -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, \ |