diff options
author | Paul B Mahol <onemda@gmail.com> | 2017-01-25 13:33:52 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2017-02-11 12:00:38 +0100 |
commit | 280a40dd2739e9a23bf6372752dcd133ff36e149 (patch) | |
tree | 95e116d64a70560c95d4c6979ef1af7edbecadf3 /libavcodec/version.h | |
parent | d96ebc5ef88024869de06bcf92b2ad99b01d47e3 (diff) | |
download | ffmpeg-280a40dd2739e9a23bf6372752dcd133ff36e149.tar.gz |
avcodec: add ATRAC Advanced Lossless decoders
Only lossy part is decoded for now.
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 a48cd5bc9e..c2d781b5f8 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 77 +#define LIBAVCODEC_VERSION_MINOR 78 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |