mirror of https://github.com/mpv-player/mpv
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:
parent
fde99da5c6
commit
ca2b05c0fb
|
@ -3555,7 +3555,7 @@ static void handle_force_window(struct MPContext *mpctx)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
int w = 640;
|
int w = 960;
|
||||||
int h = 480;
|
int h = 480;
|
||||||
struct mp_image_params p = {
|
struct mp_image_params p = {
|
||||||
.imgfmt = config_format,
|
.imgfmt = config_format,
|
||||||
|
|
Loading…
Reference in New Issue