about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2009-07-20 20:50:06 +0200
committerhut <hut@lavabit.com>2009-07-20 21:11:16 +0200
commitc070e54d6275728427a9e52d6aa8b7a2ec3391a8 (patch)
tree495abfa963ba30af23aaf007b415c19efd4ca5d6
parent963cce199fa56cd65243c816e426969fdcec787b (diff)
downloadranger-c070e54d6275728427a9e52d6aa8b7a2ec3391a8.tar.gz
minor change
-rw-r--r--data/apps.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/apps.rb b/data/apps.rb
index 01e86736..37d79c77 100644
--- a/data/apps.rb
+++ b/data/apps.rb
@@ -50,7 +50,7 @@ module Application
 	def mplayer(files)
 		case files.mode
 		when 0; "mplayer -fs -sid 0 #{files}"
-		when 1; "mplayer -fs -sid 0 -vfm ffmpeg -lavdopts lowres=2:fast:skiploopfilter=all:threads=8 #{files}"
+		when 1; "mplayer -fs -sid 0 -vfm ffmpeg -lavdopts lowres=1:fast:skiploopfilter=all:threads=8 #{files}"
 		when 2; "mplayer -vm sdl -sid 0 #{files}"
 		when 3; "mplayer -mixer software #{files}"
 		when 4; "mplayer -vo caca #{files}"