From d60b9d006fee94fab80ee86fe1149de7f2e76750 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 16 May 2016 23:46:51 +0100 Subject: Remove Sndfile code and use FFmpeg instead. --- test/audio_analysis_test.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/audio_analysis_test.cc') diff --git a/test/audio_analysis_test.cc b/test/audio_analysis_test.cc index 4069471db..ee40baf58 100644 --- a/test/audio_analysis_test.cc +++ b/test/audio_analysis_test.cc @@ -25,7 +25,7 @@ #include "lib/audio_analysis.h" #include "lib/analyse_audio_job.h" #include "lib/film.h" -#include "lib/sndfile_content.h" +#include "lib/ffmpeg_content.h" #include "lib/dcp_content_type.h" #include "lib/ffmpeg_content.h" #include "lib/ratio.h" @@ -96,7 +96,7 @@ BOOST_AUTO_TEST_CASE (audio_analysis_test) film->set_name ("audio_analysis_test"); boost::filesystem::path p = private_data / "betty_L.wav"; - shared_ptr c (new SndfileContent (film, p)); + shared_ptr c (new FFmpegContent (film, p)); film->examine_and_add_content (c); wait_for_jobs (); @@ -157,7 +157,7 @@ BOOST_AUTO_TEST_CASE (audio_analysis_test3) film->set_dcp_content_type (DCPContentType::from_isdcf_name ("TLR")); film->set_name ("frobozz"); - shared_ptr content (new SndfileContent (film, "test/data/white.wav")); + shared_ptr content (new FFmpegContent (film, "test/data/white.wav")); film->examine_and_add_content (content); wait_for_jobs (); -- cgit v1.2.3