]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/isom.h
avfilter: add deblock filter
[ffmpeg] / libavformat / isom.h
index 4245d37767dbe38abedb50a1820236d93c0e2f06..fb361125c96062a8a9b6e58f224ac3d74172bb3e 100644 (file)
@@ -114,6 +114,12 @@ typedef struct MOVEncryptionIndex {
     // settings will be used.
     unsigned int nb_encrypted_samples;
     AVEncryptionInfo **encrypted_samples;
+
+    uint8_t* auxiliary_info_sizes;
+    size_t auxiliary_info_sample_count;
+    uint8_t auxiliary_info_default_size;
+    size_t* auxiliary_offsets;  ///< Absolute seek position
+    size_t auxiliary_offsets_count;
 } MOVEncryptionIndex;
 
 typedef struct MOVFragmentStreamInfo {