mirror of https://github.com/mpv-player/mpv
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
This commit is contained in:
parent
41657da91e
commit
57300e6ec7
|
@ -171,8 +171,6 @@ static int config(uint32_t width, uint32_t height, uint32_t d_width,
|
||||||
flags, xWAttribs.colormap, "xmga", title);
|
flags, xWAttribs.colormap, "xmga", title);
|
||||||
XChangeWindowAttributes(mDisplay, vo_window, xswamask, &xWAttribs);
|
XChangeWindowAttributes(mDisplay, vo_window, xswamask, &xWAttribs);
|
||||||
|
|
||||||
panscan_calc();
|
|
||||||
|
|
||||||
mga_vid_config.colkey_on = 1;
|
mga_vid_config.colkey_on = 1;
|
||||||
mga_vid_config.colkey_red = r;
|
mga_vid_config.colkey_red = r;
|
||||||
mga_vid_config.colkey_green = g;
|
mga_vid_config.colkey_green = g;
|
||||||
|
|
Loading…
Reference in New Issue