summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-10-09 11:31:40 +0000
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-02 04:18:09 +0200
commit57300e6ec7776dfb2b19dbf8c650ce982d8c1a91 (patch)
tree8ba7742f735f62974c64e390bfdd4e1902c0efb9
parent41657da91ec38882ddfb8cbfd6bb2c23b3de894c (diff)
downloadmpv-57300e6ec7776dfb2b19dbf8c650ce982d8c1a91.tar.bz2
mpv-57300e6ec7776dfb2b19dbf8c650ce982d8c1a91.tar.xz
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.c2
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;