diff options
author | Yusuke Nakamura <muken.the.vfrmaniac@gmail.com> | 2013-10-03 14:03:53 +0900 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-10-31 20:20:32 +0100 |
commit | ea29f965dc71182f77b8efe819630f55e48b0ab7 (patch) | |
tree | e04eb5dfeee019a896ddf94cbdc6ca5a4bdf060a /libavformat/version.h | |
parent | 5846646296e377e093441dfe9eadde38ff1f7c99 (diff) | |
download | ffmpeg-ea29f965dc71182f77b8efe819630f55e48b0ab7.tar.gz |
mov: Support HEVC demuxing
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'libavformat/version.h')
-rw-r--r-- | libavformat/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/version.h b/libavformat/version.h index b219a2b39d..d4752a9207 100644 --- a/libavformat/version.h +++ b/libavformat/version.h @@ -31,7 +31,7 @@ #define LIBAVFORMAT_VERSION_MAJOR 55 #define LIBAVFORMAT_VERSION_MINOR 9 -#define LIBAVFORMAT_VERSION_MICRO 0 +#define LIBAVFORMAT_VERSION_MICRO 1 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ LIBAVFORMAT_VERSION_MINOR, \ |