]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/asf.h
rtpdec_asf: Don't free the payload context in the .close function
[ffmpeg] / libavformat / asf.h
index 4ac644e217c2dc527b5c55dda57a000217a318c3..2f6722adca698905d0bf5921c951658cebef29a8 100644 (file)
@@ -78,6 +78,8 @@ typedef struct ASFMainHeader {
 typedef struct ASFIndex {
     uint32_t packet_number;
     uint16_t packet_count;
+    uint64_t send_time;
+    uint64_t offset;
 } ASFIndex;
 
 extern const ff_asf_guid ff_asf_header;