diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-12-08 11:30:43 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-12-08 11:30:43 +0000 |
commit | a9c80bee77b8df82c4af507bfcdcd8c924a095ba (patch) | |
tree | 58fae7bc837c0e6bb02e44038c559cb714c5b615 /libvo | |
parent | 38005bd941d6e8df04942d9e0af3ae7998108830 (diff) |
cosmetics: indentation
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28113 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r-- | libvo/vo_direct3d.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libvo/vo_direct3d.c b/libvo/vo_direct3d.c index 29d784bde4..2f99e3c11b 100644 --- a/libvo/vo_direct3d.c +++ b/libvo/vo_direct3d.c @@ -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); |