swaroop: store whole signer/decryption chains and private keys encrypted by machine...
[dcpomatic.git] / test / j2k_bandwidth_test.cc
index ed8f5d9c8d523e18464b7d0522503fdc52234feb..92f6f90d821e1413256f68f50a457f61fb47a37e 100644 (file)
 
 */
 
+/** @file  test/j2k_bandwidth_test.cc
+ *  @brief Test whether we output whatever J2K bandwidth is requested.
+ *  @ingroup specific
+ */
+
 #include "test.h"
 #include "lib/dcp_content_type.h"
 #include "lib/film.h"
@@ -40,7 +45,7 @@ check (int target_bits_per_second)
        film->set_name (name);
        film->set_dcp_content_type (DCPContentType::from_isdcf_name ("FTR"));
        film->set_j2k_bandwidth (target_bits_per_second);
-       shared_ptr<ImageContent> content (new ImageContent (film, private_data / "prophet_frame.tiff"));
+       shared_ptr<ImageContent> content (new ImageContent(private_data / "prophet_frame.tiff"));
        film->examine_and_add_content (content);
        wait_for_jobs ();
        content->video->set_length (24 * duration);