From 2ba68dd044ca8fc591139c05563840f546a9c0c0 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sun, 27 Oct 2013 21:04:20 +0100 Subject: lavf: remove unreliable timestamp guessing heuristic --- libavformat/avformat.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'libavformat/avformat.h') diff --git a/libavformat/avformat.h b/libavformat/avformat.h index ce7a2f89e1..a8e3a7d766 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -730,14 +730,6 @@ typedef struct AVStream { int pts_wrap_bits; /**< number of bits in pts (used for wrapping control) */ // Timestamp generation support: - /** - * Timestamp corresponding to the last dts sync point. - * - * Initialized when AVCodecParserContext.dts_sync_point >= 0 and - * a DTS is received from the underlying container. Otherwise set to - * AV_NOPTS_VALUE by default. - */ - int64_t reference_dts; int64_t first_dts; int64_t cur_dts; int64_t last_IP_pts; -- cgit v1.2.3