Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
0fd5011b
Commit
0fd5011b
authored
Dec 15, 2006
by
zorglub
Browse files
2nd argument of playlist_Viewplay is not a boolean
parent
acf462d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/demux/playlist/playlist.h
View file @
0fd5011b
...
...
@@ -84,6 +84,5 @@ void E_(Close_GVP) ( vlc_object_t * );
#define HANDLE_PLAY_AND_RELEASE \
/* Go back and play the playlist */
\
if( b_play && p_item_in_category ) \
playlist_Control( p_playlist, PLAYLIST_VIEWPLAY, VLC_TRUE, p_item_in_category, \
VLC_TRUE ); \
playlist_Control( p_playlist, PLAYLIST_VIEWPLAY, VLC_TRUE, p_item_in_category, NULL ); \
vlc_object_release( p_playlist );
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment