From f3fdae3f8f4ae54b17f925f81a5e9d4b3589269b Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 29 Sep 2012 23:41:25 +0100 Subject: Entirely untested resampling to fix 24fps drop-frame. --- src/lib/decoder.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/lib/decoder.h') diff --git a/src/lib/decoder.h b/src/lib/decoder.h index 14b25c7b0..19ef25ede 100644 --- a/src/lib/decoder.h +++ b/src/lib/decoder.h @@ -29,11 +29,6 @@ #include #include #include -#ifdef HAVE_SWRESAMPLE -extern "C" { -#include -} -#endif #include "util.h" class Job; @@ -134,10 +129,6 @@ private: AVFilterContext* _buffer_src_context; AVFilterContext* _buffer_sink_context; -#if HAVE_SWRESAMPLE - SwrContext* _swr_context; -#endif - bool _have_setup_video_filters; DelayLine* _delay_line; int _delay_in_bytes; -- cgit v1.2.3