[Mplayer-cvslog] CVS: main/libmpcodecs vd_vfw.c,1.4,1.5

Alex Beregszaszi alex at mplayer.dev.hu
Mon Apr 1 15:26:40 CEST 2002


Update of /cvsroot/mplayer/main/libmpcodecs
In directory mplayer:/var/tmp.root/cvs-serv30702

Modified Files:
	vd_vfw.c 
Log Message:
added vfw uninit

Index: vd_vfw.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vd_vfw.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- vd_vfw.c	17 Mar 2002 02:13:18 -0000	1.4
+++ vd_vfw.c	1 Apr 2002 13:26:38 -0000	1.5
@@ -60,7 +60,7 @@
 
 // uninit driver
 static void uninit(sh_video_t *sh){
-
+    vfw_close_video_codec(sh, (sh->codec->driver==VFM_VFWEX));
 }
 
 //mp_image_t* mpcodecs_get_image(sh_video_t *sh, int mp_imgtype, int mp_imgflag, int w, int h);




More information about the MPlayer-cvslog mailing list