diff options
author | hut <hut@lavabit.com> | 2009-07-20 20:50:06 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2009-07-20 21:11:16 +0200 |
commit | c070e54d6275728427a9e52d6aa8b7a2ec3391a8 (patch) | |
tree | 495abfa963ba30af23aaf007b415c19efd4ca5d6 /data | |
parent | 963cce199fa56cd65243c816e426969fdcec787b (diff) | |
download | ranger-c070e54d6275728427a9e52d6aa8b7a2ec3391a8.tar.gz |
minor change
Diffstat (limited to 'data')
-rw-r--r-- | data/apps.rb | 2 |
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}" |