]> git.sesse.net Git - vlc/commit
vout: reduce zoom ratio in order to avoid signalling unnecessary zoom events
authorFelix Abecassis <felix.abecassis@gmail.com>
Wed, 29 Jan 2014 14:37:43 +0000 (14:37 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 8 Feb 2014 14:25:46 +0000 (15:25 +0100)
commitcabe71212a0c4bce61e8ebcc52953eadd951597b
treee99342f9d408bfccdacb8a4a61f3d83f96ad5b72
parentbf5bc83e52ef5b4fd090b74b6d5bd9523b6dcbd7
vout: reduce zoom ratio in order to avoid signalling unnecessary zoom events

For instance changing from 10:10 to 1:1 should not generate an event
if we are not in display fill mode.
src/video_output/display.c