diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-03-02 18:04:03 +0000 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-03-03 15:30:52 +0000 |
commit | 0af3b65880573aa9b3375362eaab4f84140c7dde (patch) | |
tree | d519b08739f4ed6a8ccbe2aebc826c9e16f9aec9 /libavformat/version.h | |
parent | 994d8f3095180ba1b2c6040a97718e931a782b34 (diff) | |
download | ffmpeg-0af3b65880573aa9b3375362eaab4f84140c7dde.tar.gz |
asf: do not export XMP metadata by default
Similarly to what has been done for MOV, display XMP metadata only when
users explicitly require it.
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.
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 ce7528edb9..6226615206 100644 --- a/libavformat/version.h +++ b/libavformat/version.h @@ -31,7 +31,7 @@ #define LIBAVFORMAT_VERSION_MAJOR 56 #define LIBAVFORMAT_VERSION_MINOR 16 -#define LIBAVFORMAT_VERSION_MICRO 0 +#define LIBAVFORMAT_VERSION_MICRO 1 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ LIBAVFORMAT_VERSION_MINOR, \ |