Fix build error thinko.
[dcpomatic.git] / 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()) {