diff options
author | Paul B Mahol <onemda@gmail.com> | 2012-11-21 15:29:15 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2012-11-24 10:56:47 +0000 |
commit | 3d8e684f0592603a91a2f33e68ae1934148f7d81 (patch) | |
tree | 474e3f5173807ebed237d26019a7c68bc9bc056b /libavcodec/version.h | |
parent | ed591ed842dad0e23e7ba83d854faa61d2e2eb0f (diff) | |
download | ffmpeg-3d8e684f0592603a91a2f33e68ae1934148f7d81.tar.gz |
ADPCM IMA Dialogic 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 2beef77d93..b797aecf29 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 76 +#define LIBAVCODEC_VERSION_MINOR 77 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |