diff options
author | Rodger Combs <rodger.combs@gmail.com> | 2016-02-18 21:38:37 -0600 |
---|---|---|
committer | Rodger Combs <rodger.combs@gmail.com> | 2016-03-22 12:43:14 -0500 |
commit | d5d328059e5195b67f7264faa431301ec584648b (patch) | |
tree | 4ef78e41d4d445f6688ac1ddc91d02f6c83f1cbb /libavcodec/version.h | |
parent | db1a642cd213804ed1579a19c9f5db08407dad9b (diff) | |
download | ffmpeg-d5d328059e5195b67f7264faa431301ec584648b.tar.gz |
lavc: add AudioToolbox decoders
Part of trac #4828
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index 6e42810765..398e143732 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -28,8 +28,8 @@ #include "libavutil/version.h" #define LIBAVCODEC_VERSION_MAJOR 57 -#define LIBAVCODEC_VERSION_MINOR 28 -#define LIBAVCODEC_VERSION_MICRO 103 +#define LIBAVCODEC_VERSION_MINOR 29 +#define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |