diff options
author | Paul B Mahol <onemda@gmail.com> | 2016-03-27 13:02:33 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2016-03-28 10:50:41 +0200 |
commit | ff982e02b5478ee244d5763d14a55b4215f9939b (patch) | |
tree | 1d90420131d876111111b3c2f42bae6b45e3c3e0 /libavcodec/version.h | |
parent | 308d3ed5aa3a7bb61b1e417bfd6801136c955b39 (diff) | |
download | ffmpeg-ff982e02b5478ee244d5763d14a55b4215f9939b.tar.gz |
avcodec: add dca core extraction bsf
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 af4f101f38..13371a5f17 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -28,7 +28,7 @@ #include "libavutil/version.h" #define LIBAVCODEC_VERSION_MAJOR 57 -#define LIBAVCODEC_VERSION_MINOR 31 +#define LIBAVCODEC_VERSION_MINOR 32 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |