Merge master and multifarious hackery.
[dcpomatic.git] / test / pixel_formats_test.cc
index 84f2a33ce325209614ae519a36a5fc4113104dab..08c9f2d2def524e250692d67be7bcdc498ba5d35 100644 (file)
@@ -43,9 +43,6 @@ struct Case
 
 BOOST_AUTO_TEST_CASE (pixel_formats_test)
 {
-       /* This needs to happen in the first test */
-       dvdomatic_setup ();
-
        list<Case> cases;
        cases.push_back(Case(AV_PIX_FMT_RGB24,       1, 480, 480, 480, 3, 0,   0  ));
        cases.push_back(Case(AV_PIX_FMT_RGBA,        1, 480, 480, 480, 4, 0,   0  ));