mirror of https://github.com/mpv-player/mpv
100l, set inited to 0 in uninit, otherwise only first file will play video.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14438 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c013d353e3
commit
7b9932bbe0
|
@ -287,6 +287,7 @@ static void uninit(sh_video_t *sh){
|
|||
if(rv_handle) dlclose(rv_handle);
|
||||
#endif
|
||||
rv_handle=NULL;
|
||||
inited = 0;
|
||||
}
|
||||
|
||||
// copypaste from demux_real.c - it should match to get it working!
|
||||
|
|
Loading…
Reference in New Issue