pycousin / gnome-mplayer

Automatically exported from code.google.com/p/gnome-mplayer
GNU General Public License v2.0
0 stars 0 forks source link

Speed multiplier for left bracket is off a bit #567

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Load a video
2. Adjust the speed multiplier with the left and right brackets
3. Watch the multiplier values

What is the expected output? What do you see instead?

The multiplier is changed, but the value of 0.90 for the left bracket doesn't 
allow the right bracket to step back to the previous value, it's off a little 
bit.

What version of the product are you using? On what operating system?

1.0.4

Please provide any additional information below.

input.c from mplayer uses a value of 0.9091, which allows the left and right 
bracket keys to step in the same amount in either direction. Maybe a value of 
0.91 would work, but I put 0.9091 in gui.c and it works just like mplayer now.

Original issue reported on code.google.com by lo...@gozer.org on 9 Oct 2011 at 4:31

GoogleCodeExporter commented 8 years ago
Fixed in gnome-mplayer svn r2180

Original comment by kdeko...@gmail.com on 10 Oct 2011 at 1:16

GoogleCodeExporter commented 8 years ago

Original comment by kdeko...@gmail.com on 10 Oct 2011 at 1:20