]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/isom.h
avcodec: move mpeg4 profiles to profiles.h
[ffmpeg] / libavformat / isom.h
index 69452cae8e58fdac3ae4324e379341bfebce8de2..41a9c64c119628569530c03b023513f6e756e399 100644 (file)
@@ -129,6 +129,7 @@ typedef struct MOVFragmentStreamInfo {
     int64_t sidx_pts;
     int64_t first_tfra_pts;
     int64_t tfdt_dts;
+    int64_t next_trun_dts;
     int index_entry;
     MOVEncryptionIndex *encryption_index;
 } MOVFragmentStreamInfo;
@@ -163,6 +164,8 @@ typedef struct MOVStreamContext {
     int64_t *chunk_offsets;
     unsigned int stts_count;
     MOVStts *stts_data;
+    unsigned int sdtp_count;
+    uint8_t *sdtp_data;
     unsigned int ctts_count;
     unsigned int ctts_allocated_size;
     MOVStts *ctts_data;