diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-10-14 13:22:47 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-10-14 13:22:47 +0100 |
| commit | 27fac0b4c6d42cb3b47bc1240d50ce11923fb66a (patch) | |
| tree | c59025745f30ef51157304c77f82ac56112ca316 /test | |
| parent | 429e42c019889e90c9e376170b08614654231337 (diff) | |
Simplify use of Image hierarchy a bit.
Diffstat (limited to 'test')
| -rw-r--r-- | test/test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.cc b/test/test.cc index 5a7625dd7..789724b53 100644 --- a/test/test.cc +++ b/test/test.cc @@ -270,7 +270,7 @@ do_remote_encode (shared_ptr<DCPVideoFrame> frame, ServerDescription* descriptio BOOST_AUTO_TEST_CASE (client_server_test) { - shared_ptr<SimpleImage> image (new SimpleImage (PIX_FMT_RGB24, Size (1998, 1080))); + shared_ptr<Image> image (new SimpleImage (PIX_FMT_RGB24, Size (1998, 1080))); uint8_t* p = image->data()[0]; |
