1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-11 09:29:29 +00:00
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@480 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
szabii 2001-04-16 21:53:29 +00:00
parent 3ea3b615a3
commit 6562f4bc47

View File

@ -301,7 +301,7 @@ static int parse_fbmode_cfg(char *cfgfile)
mode->vmode = FB_VMODE_INTERLACED;
else
goto err_out_parse_error;
} else if (!strcmp(token[0], "dblscan")) {
} else if (!strcmp(token[0], "double")) {
if (get_token(1) < 0)
goto err_out_parse_error;
if (!strcmp(token[0], "false"))