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

- changed bit depth rule to accept 10bit or more

parent 92a381ea
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
<rule name="ColorSpace is RGB" value="ColorSpace" tracktype="Video" occurrence="*" operator="=">RGB</rule> <rule name="ColorSpace is RGB" value="ColorSpace" tracktype="Video" occurrence="*" operator="=">RGB</rule>
</policy> </policy>
</policy> </policy>
<rule name="Bit Depth is 10" value="BitDepth" tracktype="Video" occurrence="*" operator="=">10</rule> <rule name="Bit Depth is >=10" value="BitDepth" tracktype="Video" occurrence="*" operator="&gt;=">10</rule>
</policy> </policy>
</policy> </policy>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment