diff options
author | Tom Butterworth <bangnoise@gmail.com> | 2015-07-23 14:39:29 -0400 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-07-27 16:00:22 +0100 |
commit | 3ee217853a6741b829a2683f49c590618891b1ab (patch) | |
tree | 2a3ef630b8bf1bede5cf73a30e64f29b22a5555b /libavcodec/version.h | |
parent | 43dd004747fa697396b47d034a80e069facbea09 (diff) | |
download | ffmpeg-3ee217853a6741b829a2683f49c590618891b1ab.tar.gz |
Support the Hap chunked frame format
Signed-off-by: Vittorio Giovara <vittorio.giovara@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 f8e5ac8865..94cc77576c 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -30,7 +30,7 @@ #define LIBAVCODEC_VERSION_MAJOR 56 #define LIBAVCODEC_VERSION_MINOR 35 -#define LIBAVCODEC_VERSION_MICRO 0 +#define LIBAVCODEC_VERSION_MICRO 1 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |