diff options
author | Vittorio Gambaletta (VittGam) <ffmpeg-dev@vittgam.net> | 2016-01-19 00:57:38 +0100 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2016-01-19 23:15:23 +0100 |
commit | cde4b99f476875f53aa1596e937691de952ab457 (patch) | |
tree | 397b5f2ac7d3bae6f6e31a87fe0469406b8fcbcb /Changelog | |
parent | 307b8482181685e9a87a8d2f4ab9c7d180eaf3ad (diff) | |
download | ffmpeg-cde4b99f476875f53aa1596e937691de952ab457.tar.gz |
ffplay: seek only when pressing the right mouse button on the video window
Seeking by clicking on the video window can be annoying, because
the user might click on it accidentally while eg. trying to get
focus on it, and ffplay seeks instead.
This commit changes that behaviour to seek only when the right
mouse button is used to click and drag on the window.
Signed-off-by: Vittorio Gambaletta <ffmpeg-dev@vittgam.net>
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -54,6 +54,7 @@ version <next>: - libstagefright support removed - spectrumsynth filter - ahistogram filter +- only seek with the right mouse button in ffplay version 2.8: |