[vlc-devel] commit: Manuall pick 84cc4e6f1d0adea0a9ed16b50ad08b538ebc9b15 since this is a regression from 0 .8.6 (Jean-Baptiste Kempf )
git version control
git at videolan.org
Wed Sep 17 20:56:07 CEST 2008
vlc | branch: 0.9-bugfix | Jean-Baptiste Kempf <jb at videolan.org> | Wed Sep 17 11:59:02 2008 -0700| [d82c2907976dc7c0174d921f3e5899dc792d7a2b] | committer: Jean-Baptiste Kempf
Manuall pick 84cc4e6f1d0adea0a9ed16b50ad08b538ebc9b15 since this is a regression from 0.8.6
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d82c2907976dc7c0174d921f3e5899dc792d7a2b
---
src/video_output/video_output.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/video_output/video_output.c b/src/video_output/video_output.c
index f54ec25..c3ed091 100644
--- a/src/video_output/video_output.c
+++ b/src/video_output/video_output.c
@@ -972,7 +972,7 @@ static void* RunThread( vlc_object_t *p_this )
{
p_input = vlc_object_find( p_vout, VLC_OBJECT_INPUT, FIND_PARENT );
p_subpic = spu_SortSubpictures( p_vout->p_spu, display_date,
- p_input ? var_GetBool( p_input, "state" ) == PAUSE_S : false );
+ p_input ? var_GetInteger( p_input, "state" ) == PAUSE_S : false );
if( p_input )
vlc_object_release( p_input );
}
More information about the vlc-devel
mailing list