Mercurial > mplayer.hg
changeset 479:1302e63cee73
dumb bug
author | szabii |
---|---|
date | Mon, 16 Apr 2001 21:53:29 +0000 |
parents | 9df257e7ef78 |
children | 787f2792beeb |
files | libvo/vo_fbdev.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_fbdev.c Mon Apr 16 21:08:05 2001 +0000 +++ b/libvo/vo_fbdev.c Mon Apr 16 21:53:29 2001 +0000 @@ -301,7 +301,7 @@ 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"))