]> git.sesse.net Git - vlc/commit
- libvlc: new libvlc_video_redraw_rectangle() API, this allows caller to tell vout...
authorDamien Fouilleul <damienf@videolan.org>
Wed, 28 Mar 2007 21:57:39 +0000 (21:57 +0000)
committerDamien Fouilleul <damienf@videolan.org>
Wed, 28 Mar 2007 21:57:39 +0000 (21:57 +0000)
commitd546db7e00585a5d5024d01d4cf82794e38c849c
tree319a3abdc867e1b518e8f3b76b97faa1a542855e
parent1917275ee372318108aab4a427e5b156078444b3
- libvlc: new libvlc_video_redraw_rectangle() API, this allows caller to tell vout to redraw part of video, vout needs to implement VOUT_REDRAW_RECT message to support this
include/vlc/libvlc.h
include/vlc_vout.h
src/control/video.c