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 | |
| parent | 1853a4a89d47e068c31d993dd4ecb8d83cedc884 (diff) | |
Bump ffmpeg version.
| -rw-r--r-- | ChangeLog | 2 | ||||
| -rw-r--r-- | cscript | 2 | ||||
| -rw-r--r-- | test/ffmpeg_examiner_test.cc | 2 |
3 files changed, 4 insertions, 2 deletions
@@ -1,5 +1,7 @@ 2013-11-16 Carl Hetherington <cth@carlh.net> + * Bump bundled FFmpeg version to current git master. + * Fix erroneous reset of visible channels in audio level dialog when changing gain. @@ -3,7 +3,7 @@ import shutil import os def dependencies(target): - return (('ffmpeg-cdist', 'b1219246a0cce9a4b916669d506bb33c925225c3'), + return (('ffmpeg-cdist', '0b7ef017aca8b572914518c759db1e234d8fc505'), ('libdcp', '658695856029c7ae80e3556d07a1a5cb1b51cf1d')) def build(target): 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); } |
