diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-12-03 02:43:24 +0000 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-12-08 13:53:30 +0000 |
commit | b704b648f9ecb830874627db958a37e004107d1b (patch) | |
tree | 8df79abc54f40a44974b5e36fe3accf73a5d7e9a /libavformat/version.h | |
parent | 174c5fde90060faab67796a5eaef742630f1db6e (diff) | |
download | ffmpeg-b704b648f9ecb830874627db958a37e004107d1b.tar.gz |
mov: parse XMP metadata on demand
The Extensible Metadata Platform tag can contain various kind of data
which are not strictly related to the video file, such as history of edits
and saves from the project file. So display XMP metadata only when the
user explicitly requires it.
Based on a patch by Marek Fort <marek.fort@chyronhego.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 b4d31ddfb2..16c5e2ebec 100644 --- a/libavformat/version.h +++ b/libavformat/version.h @@ -31,7 +31,7 @@ #define LIBAVFORMAT_VERSION_MAJOR 56 #define LIBAVFORMAT_VERSION_MINOR 7 -#define LIBAVFORMAT_VERSION_MICRO 1 +#define LIBAVFORMAT_VERSION_MICRO 2 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ LIBAVFORMAT_VERSION_MINOR, \ |