diff options
author | Carl Eugen Hoyos <ceffmpeg@gmail.com> | 2017-08-18 20:57:54 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <ceffmpeg@gmail.com> | 2017-08-21 16:19:58 +0200 |
commit | 898ea658c8a46a105bcf831691a9aad3bb0f606d (patch) | |
tree | db51f0d1344923d97683ad12f75b29a2ef6fd9e3 /libavcodec/version.h | |
parent | 8754ccd3b319fdf4e2beed5657a3e327999c64ce (diff) | |
download | ffmpeg-898ea658c8a46a105bcf831691a9aad3bb0f606d.tar.gz |
lavc/g726: Add a little-endian G.726 encoder.
Fixes ticket #6596.
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 02c4f41800..7473000579 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 102 +#define LIBAVCODEC_VERSION_MINOR 103 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |