diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-10-09 11:31:40 +0000 |
---|---|---|
committer | Uoti Urpala <uau@glyph.nonexistent.invalid> | 2010-11-02 04:18:09 +0200 |
commit | 57300e6ec7776dfb2b19dbf8c650ce982d8c1a91 (patch) | |
tree | 8ba7742f735f62974c64e390bfdd4e1902c0efb9 | |
parent | 41657da91ec38882ddfb8cbfd6bb2c23b3de894c (diff) |
vo_xmga: Remove an unmotivated and pointless panscan_calc call
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32458 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | libvo/vo_xmga.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libvo/vo_xmga.c b/libvo/vo_xmga.c index 49e23b8e0e..9072c8b3a2 100644 --- a/libvo/vo_xmga.c +++ b/libvo/vo_xmga.c @@ -171,8 +171,6 @@ static int config(uint32_t width, uint32_t height, uint32_t d_width, flags, xWAttribs.colormap, "xmga", title); XChangeWindowAttributes(mDisplay, vo_window, xswamask, &xWAttribs); - panscan_calc(); - mga_vid_config.colkey_on = 1; mga_vid_config.colkey_red = r; mga_vid_config.colkey_green = g; |