mirror of
https://github.com/mpv-player/mpv
synced 2025-01-17 04:22:41 +00:00
No longer force the device into not using fame
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5098 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
6cc953518a
commit
d0c4c00cae
@ -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 @@ static uint32_t preinit(const char *arg)
|
||||
{
|
||||
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");
|
||||
|
Loading…
Reference in New Issue
Block a user