summaryrefslogtreecommitdiff
path: root/libavformat/seek.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-10-27 21:04:20 +0100
committerAnton Khirnov <anton@khirnov.net>2013-10-28 09:28:19 +0100
commit2ba68dd044ca8fc591139c05563840f546a9c0c0 (patch)
treeb87695003b86a9243c841f60540e38449c6ef55c /libavformat/seek.h
parentf2521563d1a0c3e2a21892f59f3327b82b3db7fc (diff)
lavf: remove unreliable timestamp guessing heuristic
Diffstat (limited to 'libavformat/seek.h')
-rw-r--r--libavformat/seek.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/seek.h b/libavformat/seek.h
index e79d7bd69e..44cd369f4e 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;