diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-07-01 15:05:13 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-07-01 15:05:13 +0100 |
| commit | 6f071ce94bb7cff1106e2ef6d8eb4363694435f2 (patch) | |
| tree | 65fa1844ae470bc9011733ecff4f016ba5a4671e /test | |
| parent | 15f23b356b757a9697bf1a9ec30c243ab8070404 (diff) | |
Remove FFmpegDecoder minimal_run and care on seeking, as the VideoDecoder/AudioDecoder has to cope with stuff per-stream anyway.
Diffstat (limited to 'test')
| -rw-r--r-- | test/client_server_test.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/client_server_test.cc b/test/client_server_test.cc index eab84cc39..148f5ae64 100644 --- a/test/client_server_test.cc +++ b/test/client_server_test.cc @@ -83,6 +83,7 @@ BOOST_AUTO_TEST_CASE (client_server_test_rgb) shared_ptr<PlayerVideo> pvf ( new PlayerVideo ( shared_ptr<ImageProxy> (new RawImageProxy (image, log)), + DCPTime (), Crop (), dcp::Size (1998, 1080), dcp::Size (1998, 1080), @@ -164,6 +165,7 @@ BOOST_AUTO_TEST_CASE (client_server_test_yuv) shared_ptr<PlayerVideo> pvf ( new PlayerVideo ( shared_ptr<ImageProxy> (new RawImageProxy (image, log)), + DCPTime (), Crop (), dcp::Size (1998, 1080), dcp::Size (1998, 1080), |
