diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-03-26 23:59:30 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-03-27 01:42:04 +0100 |
| commit | 2ef30cbe66ca819588bf43d892223ed9864c0e9a (patch) | |
| tree | 6528f5abdbb2f3bcf8d764b0e049af5006030f59 /test/ref | |
| parent | 045a37dc877aecf907a517b0ec62a79efbf63f89 (diff) | |
Introduce and use dcp::Profile.v1.10.18
This replaces the specific flags passed to DCP::write(), is a property
of the CPL (where it seems to belong) and allows us to write what I hear
is the correct metadata for this mythical Bv2.0 that somebody invented.
Diffstat (limited to 'test/ref')
| -rw-r--r-- | test/ref/cpl_metadata_test1.xml | 2 | ||||
| -rw-r--r-- | test/ref/cpl_metadata_test2.xml | 2 | ||||
| -rw-r--r-- | test/ref/cpl_metadata_test3.xml | 2 | ||||
| -rw-r--r-- | test/ref/cpl_metadata_test4.xml | 2 | ||||
| -rw-r--r-- | test/ref/cpl_metadata_test5.xml | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/test/ref/cpl_metadata_test1.xml b/test/ref/cpl_metadata_test1.xml index 1140c07d..86859c7b 100644 --- a/test/ref/cpl_metadata_test1.xml +++ b/test/ref/cpl_metadata_test1.xml @@ -71,7 +71,7 @@ <meta:PropertyList> <meta:Property> <meta:Name>DCP Constraints Profile</meta:Name> - <meta:Value>SMPTE-RDD-52:2020-Bv2.1</meta:Value> + <meta:Value>SMPTE-RDD-52:2020-Bv2.0</meta:Value> </meta:Property> </meta:PropertyList> </meta:ExtensionMetadata> diff --git a/test/ref/cpl_metadata_test2.xml b/test/ref/cpl_metadata_test2.xml index d04d25af..79731518 100644 --- a/test/ref/cpl_metadata_test2.xml +++ b/test/ref/cpl_metadata_test2.xml @@ -47,7 +47,7 @@ <meta:PropertyList> <meta:Property> <meta:Name>DCP Constraints Profile</meta:Name> - <meta:Value>SMPTE-RDD-52:2020-Bv2.1</meta:Value> + <meta:Value>SMPTE-RDD-52:2020-Bv2.0</meta:Value> </meta:Property> </meta:PropertyList> </meta:ExtensionMetadata> diff --git a/test/ref/cpl_metadata_test3.xml b/test/ref/cpl_metadata_test3.xml index 38d732a6..265483fe 100644 --- a/test/ref/cpl_metadata_test3.xml +++ b/test/ref/cpl_metadata_test3.xml @@ -46,7 +46,7 @@ <meta:PropertyList> <meta:Property> <meta:Name>DCP Constraints Profile</meta:Name> - <meta:Value>SMPTE-RDD-52:2020-Bv2.1</meta:Value> + <meta:Value>SMPTE-RDD-52:2020-Bv2.0</meta:Value> </meta:Property> </meta:PropertyList> </meta:ExtensionMetadata> diff --git a/test/ref/cpl_metadata_test4.xml b/test/ref/cpl_metadata_test4.xml index e4459375..b4984ccc 100644 --- a/test/ref/cpl_metadata_test4.xml +++ b/test/ref/cpl_metadata_test4.xml @@ -47,7 +47,7 @@ <meta:PropertyList> <meta:Property> <meta:Name>DCP Constraints Profile</meta:Name> - <meta:Value>SMPTE-RDD-52:2020-Bv2.1</meta:Value> + <meta:Value>SMPTE-RDD-52:2020-Bv2.0</meta:Value> </meta:Property> </meta:PropertyList> </meta:ExtensionMetadata> diff --git a/test/ref/cpl_metadata_test5.xml b/test/ref/cpl_metadata_test5.xml index 55209e53..02757e21 100644 --- a/test/ref/cpl_metadata_test5.xml +++ b/test/ref/cpl_metadata_test5.xml @@ -47,7 +47,7 @@ <meta:PropertyList> <meta:Property> <meta:Name>DCP Constraints Profile</meta:Name> - <meta:Value>SMPTE-RDD-52:2020-Bv2.1</meta:Value> + <meta:Value>SMPTE-RDD-52:2020-Bv2.0</meta:Value> </meta:Property> </meta:PropertyList> </meta:ExtensionMetadata> |
