# HG changeset patch # User mswitch # Date 1016213067 0 # Node ID 3456dd4a53f1d7e8003e6338b56a2f9a921cb8f8 # Parent 71517cc53155e01a232e17be7918a49bf71e6c50 No longer force the device into not using fame diff -r 71517cc53155 -r 3456dd4a53f1 libvo/vo_dxr3.c --- a/libvo/vo_dxr3.c Fri Mar 15 16:49:42 2002 +0000 +++ b/libvo/vo_dxr3.c Fri Mar 15 17:24:27 2002 +0000 @@ -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");