[Mplayer-cvslog] CVS: main/libvo vo_dxr3.c,1.61,1.62

David Holm mswitch at mplayer.dev.hu
Fri Mar 15 18:24:29 CET 2002


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

Modified Files:
	vo_dxr3.c 
Log Message:
No longer force the device into not using fame


Index: vo_dxr3.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_dxr3.c,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- vo_dxr3.c	13 Mar 2002 14:39:24 -0000	1.61
+++ vo_dxr3.c	15 Mar 2002 17:24:27 -0000	1.62
@@ -70,7 +70,6 @@
 #include "../postproc/rgb2rgb.h"
 #include "../postproc/swscale.h"
 
-#undef USE_LIBFAME
 #ifdef USE_LIBFAME
 #include "../libfame/fame.h"
 static unsigned char *outbuf = NULL;
@@ -471,7 +470,11 @@
 {
 	char devname[80];
 	int fdflags = O_WRONLY;
-	
+
+/* With fame we loose sync and seeking =( */
+#ifdef USE_LIBFAME
+	noprebuf = 1;
+#endif
 	/* Open the control interface */
 	if (arg && !strcmp("noprebuf", arg)) {
 		printf("VO: [dxr3] Disabling prebuffering.\n");




More information about the MPlayer-cvslog mailing list