diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2017-02-10 15:36:56 -0500 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2017-03-07 11:07:02 -0500 |
commit | a825980f9f93af32c719497f9aab1e14248ab471 (patch) | |
tree | 6e89603faffce5f63e29b7698c31731b9bbb1243 /libavformat/version.h | |
parent | 6bce6aa17d7f22bf46fde0d4610a41d2af0c0e48 (diff) | |
download | ffmpeg-a825980f9f93af32c719497f9aab1e14248ab471.tar.gz |
mov: Export bounds and padding from spherical metadata
Update the fate test as needed.
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
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 92f3407909..98faff77c0 100644 --- a/libavformat/version.h +++ b/libavformat/version.h @@ -31,7 +31,7 @@ #define LIBAVFORMAT_VERSION_MAJOR 57 #define LIBAVFORMAT_VERSION_MINOR 11 -#define LIBAVFORMAT_VERSION_MICRO 0 +#define LIBAVFORMAT_VERSION_MICRO 1 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ LIBAVFORMAT_VERSION_MINOR, \ |