changeset 14437:37b3dd217cdf

100l, set inited to 0 in uninit, otherwise only first file will play video.
author reimar
date Sun, 09 Jan 2005 17:38:12 +0000
parents 540242c54db5
children a2511d7f8cdf
files libmpcodecs/vd_realvid.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/vd_realvid.c	Sun Jan 09 10:32:05 2005 +0000
+++ b/libmpcodecs/vd_realvid.c	Sun Jan 09 17:38:12 2005 +0000
@@ -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!