diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-10-30 00:50:57 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-11-02 00:12:56 +0100 |
| commit | da15bff6e278d351301c9c50a4c96737ae4b5545 (patch) | |
| tree | 86057f3d8cbca41130fe170791ef341e18bc6283 /test/frame_info_hash_test.cc | |
| parent | ec82ce2d44d5ba492a3dfa6e740ff21549d438e1 (diff) | |
Rename Data -> ArrayData.
Diffstat (limited to 'test/frame_info_hash_test.cc')
| -rw-r--r-- | test/frame_info_hash_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/frame_info_hash_test.cc b/test/frame_info_hash_test.cc index ed440af5..3070ecd6 100644 --- a/test/frame_info_hash_test.cc +++ b/test/frame_info_hash_test.cc @@ -50,7 +50,7 @@ check (unsigned int* seed, shared_ptr<dcp::PictureAssetWriter> writer, string ha } } - dcp::Data data = dcp::compress_j2k (xyz, 100000000, 24, false, false); + dcp::ArrayData data = dcp::compress_j2k (xyz, 100000000, 24, false, false); dcp::FrameInfo info = writer->write (data.data().get(), data.size()); BOOST_CHECK_EQUAL (info.hash, hash); |
