mirror of
https://github.com/mpv-player/mpv
synced 2025-01-16 22:37:28 +01:00
fixed lirc uninit
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1858 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
5be4c14ccb
commit
f0d53f735e
@ -1908,7 +1908,7 @@ mp_msg(MSGT_GLOBAL,MSGL_V,"EOF code: %d \n",eof);
|
|||||||
if(curr_filename+1<num_filenames || use_gui){
|
if(curr_filename+1<num_filenames || use_gui){
|
||||||
// partial uninit:
|
// partial uninit:
|
||||||
|
|
||||||
uninit_player(INITED_ALL-INITED_GUI);
|
uninit_player(INITED_ALL-(INITED_GUI+INITED_LIRC));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user