From b704b648f9ecb830874627db958a37e004107d1b Mon Sep 17 00:00:00 2001 From: Vittorio Giovara Date: Wed, 3 Dec 2014 02:43:24 +0000 Subject: 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 . --- libavformat/isom.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/isom.h') diff --git a/libavformat/isom.h b/libavformat/isom.h index 7e60d8c3af..c24b962ae5 100644 --- a/libavformat/isom.h +++ b/libavformat/isom.h @@ -157,6 +157,7 @@ typedef struct MOVContext { int chapter_track; int64_t next_root_atom; ///< offset of the next root atom int export_all; + int export_xmp; } MOVContext; int ff_mp4_read_descr_len(AVIOContext *pb); -- cgit v1.2.3