diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-11-16 20:23:11 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-11-16 20:23:11 +0000 |
| commit | 3c3f14a8eeb5505c1920ad3fd235ba6ce3805d24 (patch) | |
| tree | 2fb4114629427f8781d2585ed32ad4ba6ce399bd /test | |
| parent | 1853a4a89d47e068c31d993dd4ecb8d83cedc884 (diff) | |
Bump ffmpeg version.
Diffstat (limited to 'test')
| -rw-r--r-- | test/ffmpeg_examiner_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ffmpeg_examiner_test.cc b/test/ffmpeg_examiner_test.cc index 24c91880b..a3b9bb4f6 100644 --- a/test/ffmpeg_examiner_test.cc +++ b/test/ffmpeg_examiner_test.cc @@ -30,7 +30,7 @@ BOOST_AUTO_TEST_CASE (ffmpeg_examiner_test) shared_ptr<FFmpegContent> content (new FFmpegContent (film, "test/data/count300bd24.m2ts")); shared_ptr<FFmpegExaminer> examiner (new FFmpegExaminer (content)); - BOOST_CHECK_EQUAL (examiner->first_video().get(), 600.04166666666674); + BOOST_CHECK_EQUAL (examiner->first_video().get(), 600); BOOST_CHECK_EQUAL (examiner->audio_streams().size(), 1); BOOST_CHECK_EQUAL (examiner->audio_streams()[0]->first_audio.get(), 600); } |
