Commit be2879d8 authored by Laurent Aimar's avatar Laurent Aimar

Do not use FIND_ANYWHERE for playlist.

parent 1f1de265
...@@ -363,10 +363,7 @@ static int Open( vlc_object_t * p_this ) ...@@ -363,10 +363,7 @@ static int Open( vlc_object_t * p_this )
msg_Dbg( p_demux, "detected playlist mov file (%d ref)", i_count ); msg_Dbg( p_demux, "detected playlist mov file (%d ref)", i_count );
p_playlist = p_playlist = pl_Yield( p_demux );
(playlist_t *)vlc_object_find( p_demux,
VLC_OBJECT_PLAYLIST,
FIND_ANYWHERE );
if( p_playlist ) if( p_playlist )
{ {
b_play = FindItem( p_demux, p_playlist, &p_current ); b_play = FindItem( p_demux, p_playlist, &p_current );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment