Skip to content

playlist: turn error return values into asserts

Steve Lhomme requested to merge robUx4/vlc:control-negative-size into master

All the calls leading to this are calling vlc_playlist_ComputeHasNext(). So these values should never happen. The size_t return value also means we should not return an error here.

Merge request reports