From 7c11e727f640f8428e71cba5513b4a459366d1b8 Mon Sep 17 00:00:00 2001 From: Muhammad Faiz Date: Tue, 16 Feb 2016 07:03:37 +0700 Subject: avfilter/avf_showcqt: improve pts handling correct output pts based on input pts make seeking possible output frame one by one on eof tested with showinfo filter Suggested-by: Paul B Mahol Reviewed-by: Paul B Mahol Signed-off-by: Michael Niedermayer --- libavfilter/avf_showcqt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavfilter/avf_showcqt.h') diff --git a/libavfilter/avf_showcqt.h b/libavfilter/avf_showcqt.h index a48b2b04fc..39c9030b98 100644 --- a/libavfilter/avf_showcqt.h +++ b/libavfilter/avf_showcqt.h @@ -60,7 +60,7 @@ typedef struct { AVRational step_frac; int remaining_frac; int remaining_fill; - int64_t frame_count; + int64_t next_pts; double *freq; FFTContext *fft_ctx; Coeffs *coeffs; -- cgit v1.2.3