summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-02-01 10:16:52 +0100
committerCarl Hetherington <cth@carlh.net>2021-02-01 10:16:52 +0100
commite50967fb2b67b76e139f11206994bc0505cab76c (patch)
tree4d2531a675311991c6ca8a2d5012a6a3ba671e31 /src/lib
parentd03ac4d82d0a1a966e2e2cba65bb78e2a605ea7f (diff)
Fix build error thinko.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/dcp_video.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dcp_video.cc b/src/lib/dcp_video.cc
index 7b529c45a..6bbd0d423 100644
--- a/src/lib/dcp_video.cc
+++ b/src/lib/dcp_video.cc
@@ -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()) {