mirror of
https://github.com/mpv-player/mpv
synced 2025-03-06 22:28:01 +00:00
cosmetics: indentation
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28113 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
38005bd941
commit
a9c80bee77
@ -127,7 +127,8 @@ static void calc_fs_rect(void)
|
||||
priv->fs_panscan_rect.right = priv->src_width;
|
||||
priv->fs_panscan_rect.top = 0;
|
||||
priv->fs_panscan_rect.bottom = priv->src_height;
|
||||
if (!vo_fs) return;
|
||||
if (!vo_fs)
|
||||
return;
|
||||
|
||||
// adjust for fullscreen aspect and panscan
|
||||
aspect(&scaled_width, &scaled_height, A_ZOOM);
|
||||
|
Loading…
Reference in New Issue
Block a user