lib: media_player: split libvlc_media_player_select_track
commitf263178f6df4e517ae89e755b1983ea4a02ca9e1
authorThomas Guillem <thomas@gllm.fr>
Wed, 9 Sep 2020 11:56:37 +0000 (9 13:56 +0200)
committerThomas Guillem <thomas@gllm.fr>
Tue, 15 Sep 2020 14:21:58 +0000 (15 16:21 +0200)
tree687c5589b0e75bf79681dbc83f988346f63e174b
parent635ecd1f2b52f976b47b81b6433eec1328d2e880
lib: media_player: split libvlc_media_player_select_track

More than one users reported that they would prefer having a new function to
unselect. Furthermore, having a type and a track of the same type as arguments
feels confusing.
include/vlc/libvlc_media_player.h
lib/libvlc.sym
lib/media_player.c
test/libvlc/media_player.c