summaryrefslogtreecommitdiff
path: root/libavformat/isom.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-12-08 22:33:38 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-12-08 22:59:16 +0100
commit0dcebe26209fbda0bac54789406e0a30c3a08247 (patch)
tree1d3fde22f4313ced12e038f1617d6a86fc86e79b /libavformat/isom.h
parent420aebf0c585e54468e631460065448c9bb6ccb5 (diff)
parentb704b648f9ecb830874627db958a37e004107d1b (diff)
Merge commit 'b704b648f9ecb830874627db958a37e004107d1b'
* commit 'b704b648f9ecb830874627db958a37e004107d1b': mov: parse XMP metadata on demand Conflicts: libavformat/isom.h libavformat/version.h See: 054c506e3da35471ea92dbedcaaf720d0754f04e The default is left unchanged at enabled We can change the default if people prefer but i do not want to do that in a merge. Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/isom.h')
-rw-r--r--libavformat/isom.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/isom.h b/libavformat/isom.h
index e3160d00f8..f8e398b886 100644
--- a/libavformat/isom.h
+++ b/libavformat/isom.h
@@ -182,6 +182,7 @@ typedef struct MOVContext {
int ignore_editlist;
int64_t next_root_atom; ///< offset of the next root atom
int export_all;
+ int export_xmp;
int *bitrates; ///< bitrates read before streams creation
int bitrates_count;
int moov_retry;