]> git.sesse.net Git - vlc/commit
Used vout_control_Push for vout_PutSubpicture.
authorLaurent Aimar <fenrir@videolan.org>
Tue, 25 May 2010 19:03:20 +0000 (21:03 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Tue, 25 May 2010 19:03:20 +0000 (21:03 +0200)
commita224dc9915bc8a4d337be2addbb52460155000ae
tree8d469464cf30dd37cc00561a556aec691990a967
parent211f72ff01d9f6fcfefc6801503b01b3a4e935a4
Used vout_control_Push for vout_PutSubpicture.

It will be needed if we want to remove one of the timeout in the main vout
thread. It also avoids 1 access of vout->p->p_spu outside of the vout thread.
src/video_output/control.c
src/video_output/control.h
src/video_output/video_output.c