]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/ffm.h
nutdec: fix integer overflow
[ffmpeg] / libavformat / ffm.h
index 04f19cc88e54020fbc36fc447a975804dcf339ba..b392b8d8d8a6bd99a348ebb40de64c4660fdfd40 100644 (file)
@@ -54,10 +54,7 @@ typedef struct FFMContext {
     int64_t dts;
     uint8_t *packet_ptr, *packet_end;
     uint8_t packet[FFM_PACKET_SIZE];
+    int64_t start_time;
 } FFMContext;
 
-int64_t ffm_read_write_index(int fd);
-int ffm_write_write_index(int fd, int64_t pos);
-void ffm_set_write_index(AVFormatContext *s, int64_t pos, int64_t file_size);
-
 #endif /* AVFORMAT_FFM_H */