diff options
author | Paul B Mahol <onemda@gmail.com> | 2012-11-19 10:51:44 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2012-11-22 19:27:44 +0000 |
commit | 32cd3a7c16e1d1b5633e72f42397e9cb218f5e2b (patch) | |
tree | 7712c9d3971f52cb1f22670e435733179b4e0c67 /libavcodec/version.h | |
parent | 08e26e7f5c0caa0b056354ef8b5230f6893f0994 (diff) | |
download | ffmpeg-32cd3a7c16e1d1b5633e72f42397e9cb218f5e2b.tar.gz |
ADPCM AFC decoder
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index d2ed12d67f..2beef77d93 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #include "libavutil/avutil.h" #define LIBAVCODEC_VERSION_MAJOR 54 -#define LIBAVCODEC_VERSION_MINOR 75 +#define LIBAVCODEC_VERSION_MINOR 76 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |