summaryrefslogtreecommitdiff
Diffstat
-rw-r--r--libavformat/seek.c3
-rw-r--r--libavformat/seek.h1
-rw-r--r--libavformat/utils.c24
3 files changed, 0 insertions, 28 deletions
diff --git a/libavformat/seek.h b/libavformat/seek.h
index b27cb42..3fa7ae3 100644
--- a/libavformat/seek.h
+++ b/libavformat/seek.h
@@ -33,7 +33,6 @@ typedef struct AVParserStreamState {
AVCodecParserContext *parser;
int64_t last_IP_pts;
int64_t cur_dts;
- int64_t reference_dts;
int probe_packets;
} AVParserStreamState;