]> git.sesse.net Git - vlc/commit
Fixed SSA subtitles pause.
authorLaurent Aimar <fenrir@videolan.org>
Wed, 24 Sep 2008 21:42:06 +0000 (23:42 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Wed, 24 Sep 2008 21:46:33 +0000 (23:46 +0200)
commitc4f35e50483d9a019cf8b665bb60a836071b96e0
treea0683b73decf26ea69566a680842775012ceac93
parentf3adfbd8e84839a96e1ed9a9282c8e797c82ef56
Fixed SSA subtitles pause.

 I have modified spu_RenderSubpictures to take a b_paused argument.
 The calls to pf_pre_render/pf_update_regions could have been moved to
spu_SortSubpicture and might have been cleaner BUT the way used keeps
all time consumming tasks inside spu_RenderSubpictures.
include/vlc_osd.h
include/vlc_vout.h
modules/stream_out/transcode.c
src/video_output/video_output.c
src/video_output/vout_pictures.c
src/video_output/vout_subpictures.c