From 76a45dcc4beb003764e42650a228fec84dae5693 Mon Sep 17 00:00:00 2001
From: Andreas Romeyke <andreas.romeyke@slub-dresden.de>
Date: Thu, 25 Oct 2018 13:55:41 +0200
Subject: [PATCH] - bugfix, sub-policies of policy "Video is 2k/16bit RGB"
 should be "and"-combined

---
 SLUB_mediaconch_policy_retrodigitized_film16mm.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/SLUB_mediaconch_policy_retrodigitized_film16mm.xml b/SLUB_mediaconch_policy_retrodigitized_film16mm.xml
index 2ade61b..9a01d37 100644
--- a/SLUB_mediaconch_policy_retrodigitized_film16mm.xml
+++ b/SLUB_mediaconch_policy_retrodigitized_film16mm.xml
@@ -28,7 +28,7 @@
       <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>
       
-      <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="and" name="2K HD Format (2048x1080)">
             <rule name="Video/Width is 2048" value="Width" tracktype="Video" occurrence="*" operator="=">2048</rule>
-- 
GitLab