diff options
author | Rodger Combs <rodger.combs@gmail.com> | 2016-02-23 21:01:24 -0600 |
---|---|---|
committer | Rodger Combs <rodger.combs@gmail.com> | 2016-03-22 12:43:14 -0500 |
commit | 65cff814534cec948f255b48098ad9e543993132 (patch) | |
tree | 086eb8745fc69ffd3229a6699ce5c62bee2df2c4 /libavcodec/version.h | |
parent | d5d328059e5195b67f7264faa431301ec584648b (diff) | |
download | ffmpeg-65cff814534cec948f255b48098ad9e543993132.tar.gz |
lavc: add AudioToolbox encoders
Fixes trac #4828
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 398e143732..ef87b2dae1 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 29 +#define LIBAVCODEC_VERSION_MINOR 30 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |