Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-10-28 00:04:20 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-10-29 23:10:41 +0400
commit4eb49fdde8f84d54a763cfb5d355527b525ee2bf (patch)
treecb472642861bddd0ce073e31a154bb2fb83701c8 /libavformat/seek.h
parente166b82dd483754adad89bb0e5c684cb61e4c281 (diff)
lavf: remove unreliable timestamp guessing heuristic
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 b27cb42a9d..3fa7ae36d9 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;