mplayer: change default window size for --force-window

Closer to the ubiquitous 16:9 screen aspect ratio. Requested by ChrisK3.
This commit is contained in:
wm4 2013-10-02 20:30:44 +02:00
parent fde99da5c6
commit ca2b05c0fb
1 changed files with 1 additions and 1 deletions

View File

@ -3555,7 +3555,7 @@ static void handle_force_window(struct MPContext *mpctx)
break;
}
}
int w = 640;
int w = 960;
int h = 480;
struct mp_image_params p = {
.imgfmt = config_format,