Skip to content

demux: playlist: prevent infinite loop when playlist item points to its own playlist

Fatih Uzunoğlu requested to merge fuzun/vlc:playlist-recursion into master

Although we can not prevent cyclic situation like this, at least we can prevent the infinite loop that occurs when a playlist has a direct child that points to its own playlist.

Merge request reports