diff options
Diffstat (limited to 'test/cpl_sar_test.cc')
| -rw-r--r-- | test/cpl_sar_test.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/cpl_sar_test.cc b/test/cpl_sar_test.cc index 1bf53686..0ecc87e0 100644 --- a/test/cpl_sar_test.cc +++ b/test/cpl_sar_test.cc @@ -48,9 +48,9 @@ using std::shared_ptr; using std::make_shared; static void -check (shared_ptr<dcp::ReelMonoPictureAsset> pa, dcp::Fraction far, string sar) +check (shared_ptr<dcp::ReelMonoPictureAsset> pa, dcp::Fraction frac, string sar) { - pa->set_screen_aspect_ratio (far); + pa->set_screen_aspect_ratio (frac); xmlpp::Document doc; auto el = doc.create_root_node ("Test"); pa->write_to_cpl (el, dcp::Standard::INTEROP); |
