summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authoratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-07-11 16:14:55 +0000
committeratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-07-11 16:14:55 +0000
commitbf2793f39dfca3a486789ef54699fd84da0789ec (patch)
treea7804ab62393f3f2775841ebe30ccf66fc953858 /libvo
parentd168d0e5458986bbe0fcd4be13bdcd40fa5db196 (diff)
downloadmpv-bf2793f39dfca3a486789ef54699fd84da0789ec.tar.bz2
mpv-bf2793f39dfca3a486789ef54699fd84da0789ec.tar.xz
Silly me, vo_x11 doesn't use my aspect code!
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6705 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_x11.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libvo/vo_x11.c b/libvo/vo_x11.c
index 4bac3c3696..c3f81a49a3 100644
--- a/libvo/vo_x11.c
+++ b/libvo/vo_x11.c
@@ -306,7 +306,6 @@ static uint32_t config( uint32_t width,uint32_t height,uint32_t d_width,uint32_t
vo_dy=(vo_screenheight-modeline_height)/2;
vo_dwidth=modeline_width;
vo_dheight=modeline_height;
- aspect_save_screenres(modeline_width,modeline_height);
}
#endif
bg=WhitePixel( mDisplay,mScreen );