From a9d97e1b0af676c82abbf2673c7fdf7e557a363c Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 26 Oct 2012 21:55:37 +0200 Subject: ffmpeg: use av_rescale_delta() on the audio filter input Signed-off-by: Michael Niedermayer --- ffmpeg.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ffmpeg.h') diff --git a/ffmpeg.h b/ffmpeg.h index 292670a59f..e981a74f52 100644 --- a/ffmpeg.h +++ b/ffmpeg.h @@ -217,6 +217,9 @@ typedef struct InputStream { int64_t next_pts; ///< synthetic pts for the next decode frame (in AV_TIME_BASE units) int64_t pts; ///< current pts of the decoded frame (in AV_TIME_BASE units) int wrap_correction_done; + + int64_t filter_in_rescale_delta_last; + double ts_scale; int is_start; /* is 1 at the start and after a discontinuity */ int saw_first_ts; -- cgit v1.2.3