diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-03-06 22:58:34 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-03-06 22:58:34 +0000 |
| commit | 09806bc8d6a48fc79d923ec1cdf6f90176bf8b6a (patch) | |
| tree | e56db2f9587267331972c4d48438a87e486551b3 /test | |
| parent | 7e479483826381699915aa90cc26736e3d2c76ed (diff) | |
| parent | 9ea5d42439564f462d1aaa74e46c0f9656886818 (diff) | |
Fix build.
Diffstat (limited to 'test')
| -rw-r--r-- | test/long_ffmpeg_seek_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/long_ffmpeg_seek_test.cc b/test/long_ffmpeg_seek_test.cc index fedd8749b..58b039eee 100644 --- a/test/long_ffmpeg_seek_test.cc +++ b/test/long_ffmpeg_seek_test.cc @@ -88,7 +88,7 @@ BOOST_AUTO_TEST_CASE (long_ffmpeg_seek_test) film->set_name ("long_ffmpeg_audio_test"); film->set_container (Ratio::from_id ("185")); shared_ptr<FFmpegContent> c (new FFmpegContent (film, "test/long_data/dolby_aurora.vob")); - c->set_ratio (Ratio::from_id ("185")); + c->set_scale (VideoContentScale (Ratio::from_id ("185"))); film->examine_and_add_content (c); wait_for_jobs (); |
