[MPlayer-cvslog] CVS: main/libmpcodecs vd_realvid.c,1.28,1.29

Reimar Döffinger CVS syncmail at mplayerhq.hu
Sun Jan 9 18:38:14 CET 2005


CVS change done by Reimar Döffinger CVS

Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var2/tmp/cvs-serv20001

Modified Files:
	vd_realvid.c 
Log Message:
100l, set inited to 0 in uninit, otherwise only first file will play video.


Index: vd_realvid.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vd_realvid.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- vd_realvid.c	3 Nov 2004 02:50:01 -0000	1.28
+++ vd_realvid.c	9 Jan 2005 17:38:12 -0000	1.29
@@ -287,6 +287,7 @@
 	if(rv_handle) dlclose(rv_handle);
 #endif
 	rv_handle=NULL;
+	inited = 0;
 }
 
 // copypaste from demux_real.c - it should match to get it working!




More information about the MPlayer-cvslog mailing list