What steps will reproduce the problem?
1. Load a video
2. Adjust the speed multiplier with one of the bracket keys
3. Press backspace
What is the expected output? What do you see instead?
Speed multiplier reset to 1.0. Instead it goes unchanged.
What version of the product are you using? On what operating system?
1.0.4
Please provide any additional information below.
After looking at mplayer's input.c I see that they use 'speed_set 1.0' to reset
the multiplier for their backspace key function. I don't know if there's
another situation where you'd apply a multiplier of 1.0, so I think it'd be
safe to add a quick test inside the ATTRIBUTE_SPEED_MULTIPLIER case to catch
this and use a different command.
Original issue reported on code.google.com by lo...@gozer.org on 9 Oct 2011 at 4:10
Original issue reported on code.google.com by
lo...@gozer.org
on 9 Oct 2011 at 4:10