[Mplayer-cvslog] CVS: main dec_video.c,1.31,1.32

Arpi of Ize arpi at mplayer.dev.hu
Thu Aug 23 17:56:29 CEST 2001


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

Modified Files:
	dec_video.c 
Log Message:
directshow uninit

Index: dec_video.c
===================================================================
RCS file: /cvsroot/mplayer/main/dec_video.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- dec_video.c	23 Aug 2001 13:19:30 -0000	1.31
+++ dec_video.c	23 Aug 2001 15:56:26 -0000	1.32
@@ -148,6 +148,9 @@
         if (avcodec_close(&lavc_context) < 0)
     	    mp_msg(MSGT_DECVIDEO,MSGL_ERR, "could not close codec\n");
 	break;
+    case VFM_DSHOW: // Win32/DirectShow
+	DS_VideoDecoder_Close();
+	break;
 
     case VFM_MPEG:
 	mpeg2_free_image_buffers (picture);




More information about the MPlayer-cvslog mailing list