X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fmake_dcp.cc;fp=src%2Flib%2Fmake_dcp.cc;h=e4707721c374b9fadd5d67f7abc005c00c0e801c;hb=c98d6fd22da1586ef3c1d64a2f7b1ee602f539e9;hp=41c5e8ec55402b51d0613ee7d77f775c1a1ea65f;hpb=55f1927db0565c74ff7c121645ec397c07f63d51;p=dcpomatic.git diff --git a/src/lib/make_dcp.cc b/src/lib/make_dcp.cc index 41c5e8ec5..e4707721c 100644 --- a/src/lib/make_dcp.cc +++ b/src/lib/make_dcp.cc @@ -91,7 +91,7 @@ make_dcp (shared_ptr film, TranscodeJob::ChangedBehaviour behaviour) LOG_GENERAL ("Content: %1", content->technical_summary()); } LOG_GENERAL ("DCP video rate %1 fps", film->video_frame_rate()); - LOG_GENERAL ("J2K bandwidth %1", film->j2k_bandwidth()); + LOG_GENERAL("Video bit rate %1", film->video_bit_rate()); auto tj = make_shared(film, behaviour); tj->set_encoder(make_shared(film, tj));