Do playback restarts the proper way

It isn't necessary to explicitly stop and restart playback to
force it to update something that must cause rebuffering.

Change-Id: I6ff5394fcafc7374af67ef9fbf9022bb4a79b773
This commit is contained in:
Michael Sevakis 2017-11-24 07:55:56 -05:00
parent 75d2e1f35c
commit abef236081
6 changed files with 52 additions and 65 deletions

View file

@ -224,9 +224,6 @@ void settings_apply_skins(void);
void settings_apply(bool read_disk);
void settings_apply_pm_range(void);
#ifdef HAVE_PLAY_FREQ
void settings_apply_play_freq(int value, bool playback);
#endif
void settings_display(void);
enum optiontype { INT, BOOL };