Browse Source

Revert "win-dshow: Reword "buffering" options to be more specific"

This reverts commit a6d7cbf221faff7590d8a37721d57b90c58ed53b.
jp9000 9 years ago
parent
commit
42d7bf1237
1 changed files with 3 additions and 3 deletions
  1. 3 3
      plugins/win-dshow/data/locale/en-US.ini

+ 3 - 3
plugins/win-dshow/data/locale/en-US.ini

@@ -25,9 +25,9 @@ AudioOutputMode.WaveOut="Output desktop audio (WaveOut)"
 UseCustomAudioDevice="Use custom audio device"
 AudioDevice="Audio Device"
 Buffering="Buffering"
-Buffering.AutoDetect="Auto-Detect (Enable for delayed devices, disable otherwise)"
-Buffering.Enable="Enable (Ensure most accurate video playback)"
-Buffering.Disable="Disable (Play video frames immediately)"
+Buffering.AutoDetect="Auto-Detect"
+Buffering.Enable="Enable"
+Buffering.Disable="Disable"
 Activate="Activate"
 Deactivate="Deactivate"
 FlipVertically="Flip Vertically"