diff options
author | Yuki Tsuchiya <Yuki.Tsuchiya@sony.com> | 2019-12-12 23:02:02 +0900 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2019-12-12 11:44:29 -0300 |
commit | 30047b6a571daa0fbdfa4eb4d907e510ab56ca3f (patch) | |
tree | 3b949e702a8c912786535f018f8c553a3db16df3 /libavcodec/version.h | |
parent | 610473b9679bfd3aff56c6889927447da860beb1 (diff) | |
download | ffmpeg-30047b6a571daa0fbdfa4eb4d907e510ab56ca3f.tar.gz |
lavc: add MPEG-H 3D Audio codec id
Signed-off-by: James Almer <jamrial@gmail.com>
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 8b9c27378c..94bcbae2d6 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -28,8 +28,8 @@ #include "libavutil/version.h" #define LIBAVCODEC_VERSION_MAJOR 58 -#define LIBAVCODEC_VERSION_MINOR 64 -#define LIBAVCODEC_VERSION_MICRO 101 +#define LIBAVCODEC_VERSION_MINOR 65 +#define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |