Skip to content
Snippets Groups Projects
Commit 76a45dcc authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- bugfix, sub-policies of policy "Video is 2k/16bit RGB" should be "and"-combined

parent 37554d11
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
<rule name="Video/ScanType is Progressive" value="ScanType" tracktype="Video" occurrence="*" operator="=">Progressive</rule> <rule name="Video/ScanType is Progressive" value="ScanType" tracktype="Video" occurrence="*" operator="=">Progressive</rule>
<rule name="Video/Compression_Mode is Lossless" value="Compression_Mode" tracktype="Video" occurrence="*" operator="=">Lossless</rule> <rule name="Video/Compression_Mode is Lossless" value="Compression_Mode" tracktype="Video" occurrence="*" operator="=">Lossless</rule>
<policy type="or" name="Video is 2k/16bit RGB"> <policy type="and" name="Video is 2k/16bit RGB">
<policy type="or" name="typical Resolutions"> <policy type="or" name="typical Resolutions">
<policy type="and" name="2K HD Format (2048x1080)"> <policy type="and" name="2K HD Format (2048x1080)">
<rule name="Video/Width is 2048" value="Width" tracktype="Video" occurrence="*" operator="=">2048</rule> <rule name="Video/Width is 2048" value="Width" tracktype="Video" occurrence="*" operator="=">2048</rule>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment