summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-07-17 20:30:06 +0100
committerCarl Hetherington <cth@carlh.net>2012-07-17 20:30:06 +0100
commit166d9713a4bd6ce8fedfcc82189ba34943e9a2a5 (patch)
treed82ec1b39f354dcd3f3ecca3989d82b6bb326571 /src/lib
parent21e682c5eb1e0957e8fdae155028be65532ed96e (diff)
Tweak comment.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/dcp_video_frame.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dcp_video_frame.cc b/src/lib/dcp_video_frame.cc
index cbd70898e..f928b6602 100644
--- a/src/lib/dcp_video_frame.cc
+++ b/src/lib/dcp_video_frame.cc
@@ -238,7 +238,7 @@ DCPVideoFrame::encode_locally ()
_parameters->tcp_numlayers++;
_parameters->cp_disto_alloc = 1;
_parameters->cp_rsiz = CINEMA2K;
- _parameters->cp_comment = strdup ("OpenDCP");
+ _parameters->cp_comment = strdup ("DVD-o-matic");
_parameters->cp_cinema = CINEMA2K_24;
/* 3 components, so use MCT */