diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-10-27 21:04:20 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-10-28 09:28:19 +0100 |
commit | 2ba68dd044ca8fc591139c05563840f546a9c0c0 (patch) | |
tree | b87695003b86a9243c841f60540e38449c6ef55c /libavformat/seek.h | |
parent | f2521563d1a0c3e2a21892f59f3327b82b3db7fc (diff) | |
download | ffmpeg-2ba68dd044ca8fc591139c05563840f546a9c0c0.tar.gz |
lavf: remove unreliable timestamp guessing heuristic
Diffstat (limited to 'libavformat/seek.h')
-rw-r--r-- | libavformat/seek.h | 1 |
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; |