[MPlayer-cvslog] CVS: main/libvo vo_directx.c,1.49,1.50

Sascha Sommer CVS syncmail at mplayerhq.hu
Thu Jan 6 17:25:00 CET 2005


CVS change done by Sascha Sommer CVS

Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv5262/libvo

Modified Files:
	vo_directx.c 
Log Message:
fixed-vo/libmpeg2 aspect change fix

Index: vo_directx.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_directx.c,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- vo_directx.c	6 Jan 2005 15:58:37 -0000	1.49
+++ vo_directx.c	6 Jan 2005 16:24:58 -0000	1.50
@@ -1273,6 +1273,8 @@
     
     
     if(vidmode)vo_fs=0;    
+	if (g_cc != NULL)g_cc->lpVtbl->Release(g_cc);
+	g_cc=NULL;
 	/*release all surfaces*/
 	if (g_lpddsBack != NULL) g_lpddsBack->lpVtbl->Release(g_lpddsBack);
 	g_lpddsBack = NULL;




More information about the MPlayer-cvslog mailing list