100l to me

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10948 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2003-09-26 19:10:27 +00:00
parent 5b495d0173
commit 135e80131b
1 changed files with 1 additions and 1 deletions

View File

@ -463,7 +463,7 @@ static int sdl_open (void *plugin, void *name)
#endif
#ifndef AMIGA
sdl->sdlfullflags |= SDL_DOUBLEBUF;
priv->sdlfullflags |= SDL_DOUBLEBUF;
if (vo_doublebuffering)
priv->sdlflags |= SDL_DOUBLEBUF;
#endif