]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/isom.h
wavdec: avoid output of arbitrary chars
[ffmpeg] / libavformat / isom.h
index e3160d00f816048e302926353c4382a2f6d0720f..b4f0202a77061240b4307b3da7b803bf2687b616 100644 (file)
@@ -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;
@@ -189,6 +190,7 @@ typedef struct MOVContext {
     int has_looked_for_mfra;
     MOVFragmentIndex** fragment_index_data;
     unsigned fragment_index_count;
+    int atom_depth;
 } MOVContext;
 
 int ff_mp4_read_descr_len(AVIOContext *pb);