core: playlist: implement shuffle
Expose a function to shuffle the items in the playlist. Contrary to the
random playback mode, the location of the items within the playlist
changes.
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
Showing
- include/vlc_playlist.h 8 additions, 0 deletionsinclude/vlc_playlist.h
- src/Makefile.am 3 additions, 1 deletionsrc/Makefile.am
- src/libvlccore.sym 1 addition, 0 deletionssrc/libvlccore.sym
- src/playlist/shuffle.c 74 additions, 0 deletionssrc/playlist/shuffle.c
- src/playlist/test.c 84 additions, 0 deletionssrc/playlist/test.c
Loading
Please register or sign in to comment