diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-21 01:15:32 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-21 01:15:32 +0100 |
| commit | e60bb3e51bd1508b149e6b8f6608f09b5196ae26 (patch) | |
| tree | a7a5b937c9ae138d4eebca8d5130d308bf9ae420 /test/audio_delay_test.cc | |
| parent | f07d5125a7b609320682689abe40781f096ca25e (diff) | |
No-op: remove all trailing whitespace.
Diffstat (limited to 'test/audio_delay_test.cc')
| -rw-r--r-- | test/audio_delay_test.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/audio_delay_test.cc b/test/audio_delay_test.cc index 05384873f..d36672a8a 100644 --- a/test/audio_delay_test.cc +++ b/test/audio_delay_test.cc @@ -44,7 +44,7 @@ static void test_audio_delay (int delay_in_ms) { BOOST_TEST_MESSAGE ("Testing delay of " << delay_in_ms); - + string const film_name = "audio_delay_test_" + lexical_cast<string> (delay_in_ms); shared_ptr<Film> film = new_test_film (film_name); film->set_dcp_content_type (DCPContentType::from_isdcf_name ("FTR")); @@ -78,7 +78,7 @@ void test_audio_delay (int delay_in_ms) while (n < sound_asset->asset()->intrinsic_duration()) { shared_ptr<const dcp::SoundFrame> sound_frame = sound_asset->asset()->get_frame (frame++); uint8_t const * d = sound_frame->data (); - + for (int i = 0; i < sound_frame->size(); i += (3 * sound_asset->asset()->channels())) { /* Mono input so it will appear on centre */ |
