From f26af8112b03b5233eb5239defd11a7428b705ad Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 9 Sep 2015 09:50:48 +0100 Subject: Use SRC_LINEAR for speed when analysing audio (#685). --- src/lib/dcp_decoder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/dcp_decoder.h') diff --git a/src/lib/dcp_decoder.h b/src/lib/dcp_decoder.h index f23b5b82d..15220810d 100644 --- a/src/lib/dcp_decoder.h +++ b/src/lib/dcp_decoder.h @@ -35,7 +35,7 @@ struct dcp_subtitle_within_dcp_test; class DCPDecoder : public VideoDecoder, public AudioDecoder, public SubtitleDecoder { public: - DCPDecoder (boost::shared_ptr); + DCPDecoder (boost::shared_ptr, bool fast); private: friend struct dcp_subtitle_within_dcp_test; -- cgit v1.2.3