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:
reimar 2005-01-09 17:38:12 +00:00
parent c013d353e3
commit 7b9932bbe0
1 changed files with 1 additions and 0 deletions

View File

@ -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!