Fix build error thinko.
authorCarl Hetherington <cth@carlh.net>
Mon, 1 Feb 2021 09:16:52 +0000 (10:16 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 1 Feb 2021 09:16:52 +0000 (10:16 +0100)
src/lib/dcp_video.cc

index 7b529c45a205df6d52bb8bec964819271ab76ede..6bbd0d423288a2522170897416c2a2dc21daa0c4 100644 (file)
@@ -161,7 +161,7 @@ DCPVideo::encode_locally ()
 
                ++noise_amount;
                /* Something's gone badly wrong if this much noise doesn't help */
-               DCP_ASSERT (noise_amount < 16);
+               DCPOMATIC_ASSERT (noise_amount < 16);
        }
 
        switch (_frame->eyes()) {