Rename j2k_bandwidth -> video_bit_rate.
[dcpomatic.git] / src / lib / j2k_encoder.cc
index 6154dfb6262638adfb0de763b678f5d979672235..d5c7b3eed635a63334ebe5c806e10782baefa25d 100644 (file)
@@ -310,7 +310,7 @@ J2KEncoder::encode (shared_ptr<PlayerVideo> pv, DCPTime time)
                                pv,
                                position,
                                _film->video_frame_rate(),
-                               _film->j2k_bandwidth(),
+                               _film->video_bit_rate(),
                                _film->resolution()
                                );
                _queue.push_back (dcpv);