Remove unused RGBPlusAlphaImage; merge Image/SimpleImage.
[dcpomatic.git] / test / pixel_formats_test.cc
index fb2278fdbba39e8125bd43955a928fa3763a015e..ccdda3317550c58d8d5ff9bf21e846212e3052fc 100644 (file)
@@ -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]);