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

- bugfix, if audio exist, *all* subrules should be *and*-combined

parent 31a818da
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@
<policy type="or" name="Audio">
<rule name="Audio does not exist" value="AudioCount" tracktype="General" occurrence="*" operator="must not exist"/>
<policy type="or" name="Audio exist">
<policy type="and" name="Audio exist">
<rule name="General/AudioCount is 1" value="AudioCount" tracktype="General" occurrence="*" operator="=">1</rule>
<policy type="or" name="Audio is PCM or FLAC">
<rule name="Audio is PCM" value="Format" tracktype="Audio" occurrence="*" operator="=">PCM</rule>
......
......@@ -60,7 +60,7 @@
<rule name="Bit Depth is 10" value="BitDepth" tracktype="Video" occurrence="*" operator="=">10</rule>
</policy>
<policy type="or" name="Audio">
<policy type="and" name="Audio">
<rule name="General/AudioCount is 1" value="AudioCount" tracktype="General" occurrence="*" operator="=">1</rule>
<policy type="or" name="Audio is PCM or FLAC">
<rule name="Audio is PCM" value="Format" tracktype="Audio" occurrence="*" operator="=">PCM</rule>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment