summaryrefslogtreecommitdiff
path: root/test/pixel_formats_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-12 17:12:49 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-12 17:12:49 +0100
commitad6c0bbec4f354f29fb968099ff1a0ce2e57c43a (patch)
treee5928a8f22bf9a3c2a18927b88dc8c3d382f64be /test/pixel_formats_test.cc
parent0eee0c3adda726542a5f2b8fad68f54ebf701392 (diff)
Remove unused RGBPlusAlphaImage; merge Image/SimpleImage.
Diffstat (limited to 'test/pixel_formats_test.cc')
-rw-r--r--test/pixel_formats_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pixel_formats_test.cc b/test/pixel_formats_test.cc
index fb2278fdb..ccdda3317 100644
--- a/test/pixel_formats_test.cc
+++ b/test/pixel_formats_test.cc
@@ -63,7 +63,7 @@ BOOST_AUTO_TEST_CASE (pixel_formats_test)
f->height = 480;
f->format = static_cast<int> (i->format);
av_frame_get_buffer (f, true);
- SimpleImage t (f);
+ Image t (f);
BOOST_CHECK_EQUAL(t.components(), i->components);
BOOST_CHECK_EQUAL(t.lines(0), i->lines[0]);
BOOST_CHECK_EQUAL(t.lines(1), i->lines[1]);