diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-09-29 23:41:25 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-09-29 23:41:25 +0100 |
| commit | f3fdae3f8f4ae54b17f925f81a5e9d4b3589269b (patch) | |
| tree | dc80a1c814b67e15b7bba8902b3a331ce9ea2d80 /src/lib/decoder.h | |
| parent | 1774f34b5420c0526991f3f1b621d9ca53eaf345 (diff) | |
Entirely untested resampling to fix 24fps drop-frame.
Diffstat (limited to 'src/lib/decoder.h')
| -rw-r--r-- | src/lib/decoder.h | 9 |
1 files changed, 0 insertions, 9 deletions
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 <stdint.h> #include <boost/shared_ptr.hpp> #include <sigc++/sigc++.h> -#ifdef HAVE_SWRESAMPLE -extern "C" { -#include <libswresample/swresample.h> -} -#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; |
