Fixed a few more issue with the openshot::FrameMapper and openshot::FFmpegReader unit tests.

This commit is contained in:
Jonathan Thomas
2015-03-08 22:24:12 -05:00
parent 00eae62663
commit 820e8a2095
2 changed files with 7 additions and 7 deletions

View File

@@ -60,7 +60,7 @@ TEST(FFmpegReader_Check_Audio_File)
// Check audio properties
CHECK_EQUAL(2, f->GetAudioChannelsCount());
CHECK_EQUAL(333, f->GetAudioSamplesCount());
CHECK_EQUAL(332, f->GetAudioSamplesCount());
// Check actual sample values (to be sure the waveform is correct)
CHECK_CLOSE(0.0f, samples[0], 0.00001);