diff options
-rw-r--r-- | system/settings/settings.xml | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/system/settings/settings.xml b/system/settings/settings.xml index 44a247f1de..a22138c445 100644 --- a/system/settings/settings.xml +++ b/system/settings/settings.xml @@ -475,27 +475,6 @@ </dependencies> <control type="spinner" format="number" /> </setting> - <setting id="videoplayer.resamplequality" type="integer" label="13505" help="36169"> - <level>4</level> - <default>1</default> <!-- RESAMPLE_MID --> - <constraints> - <options> - <option label="13506">0</option> <!-- RESAMPLE_LOW --> - <option label="13507">1</option> <!-- RESAMPLE_MID --> - <option label="13508">2</option> <!-- RESAMPLE_HIGH --> - <option label="13509">3</option> <!-- RESAMPLE_REALLYHIGH --> - </options> - </constraints> - <dependencies> - <dependency type="enable"> - <and> - <condition setting="videoplayer.usedisplayasclock" operator="is">true</condition> - <condition setting="videoplayer.synctype" operator="is">2</condition> <!-- SYNC_RESAMPLE --> - </and> - </dependency> - </dependencies> - <control type="spinner" format="string" /> - </setting> <setting id="videoplayer.errorinaspect" type="integer" label="22021" help="36170"> <level>2</level> <default>0</default> |