summaryrefslogtreecommitdiff
path: root/libavformat/ffm.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/ffm.h')
-rw-r--r--libavformat/ffm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/ffm.h b/libavformat/ffm.h
index ebbf992480..c758f9d817 100644
--- a/libavformat/ffm.h
+++ b/libavformat/ffm.h
@@ -51,7 +51,6 @@ typedef struct FFMContext {
int64_t pts;
uint8_t *packet_ptr, *packet_end;
uint8_t packet[FFM_PACKET_SIZE];
- int64_t start_time;
} FFMContext;
#endif /* FFMPEG_FFM_H */