diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-12-09 02:57:01 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-12-11 21:47:37 +0100 |
commit | e2829a8175de8a2c64b45c70e21f46ec528eea99 (patch) | |
tree | adabab30984356b90aab1ff2fe201b2f82c0c28b /libavformat/version.h | |
parent | f96fcba1e3bc991245e2cd44a40968bf2ffe4d9f (diff) | |
download | ffmpeg-e2829a8175de8a2c64b45c70e21f46ec528eea99.tar.gz |
avformat/mov: Disable XMP metadata by default
This was suggested by cbsrobot, ubitux and koda
There are files with huge amounts of XMP data, which would otherwise
be displayed in the terminal output of FFmpeg
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 f3de8ac6ad..5e73353d31 100644 --- a/libavformat/version.h +++ b/libavformat/version.h @@ -31,7 +31,7 @@ #define LIBAVFORMAT_VERSION_MAJOR 56 #define LIBAVFORMAT_VERSION_MINOR 15 -#define LIBAVFORMAT_VERSION_MICRO 103 +#define LIBAVFORMAT_VERSION_MICRO 104 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ LIBAVFORMAT_VERSION_MINOR, \ |