[Mplayer-cvslog] CVS: main/libvo vo_dxr3.c,1.29,1.30

David Holm mswitch at mplayer.dev.hu
Sat Jan 12 16:59:49 CET 2002


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

Modified Files:
	vo_dxr3.c 
Log Message:
Fixed a bug relating to libmp1e (actually the bug is in libmp1e, but this solution should be safe enough)


Index: vo_dxr3.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_dxr3.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- vo_dxr3.c	11 Jan 2002 22:30:28 -0000	1.29
+++ vo_dxr3.c	12 Jan 2002 15:59:47 -0000	1.30
@@ -459,8 +459,6 @@
 static void uninit(void)
 {
 	printf("VO: [dxr3] Uninitializing\n");
-	if (mp1e_context)
-		rte_context_delete(mp1e_context);
 	if (picture_data[0])
 		free(picture_data[0]);
 	if (fd_video)




More information about the MPlayer-cvslog mailing list