]> git.sesse.net Git - vlc/commit
Allow on the fly cropping size change with top, left, right and bottom offsets.
authorAntoine Cellerier <dionoea@videolan.org>
Sat, 13 May 2006 23:16:24 +0000 (23:16 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Sat, 13 May 2006 23:16:24 +0000 (23:16 +0000)
commit8d19624ee75463ac9bdd89cb07bdec9f7b283891
treefb9a5c6248cd6bbb4afc2bbbee502013e10ee8a1
parentf4f98d5c262a75947befb0d6055b26ef2cc57d63
Allow on the fly cropping size change with top, left, right and bottom offsets.
alt+i -> crop one more pixel from the top
alt+j -> crop one more from the left
alt+k -> crop one more from the bottom
alt+l -> crop one more from the right
alt+shift+<the letter> -> crop one less
include/vlc_keys.h
modules/control/hotkeys.c
src/libvlc.h
src/video_output/vout_intf.c