fix indentation after the last change (patch by Guillaume LECERF <foxcore at gmail.com>

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24567 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
faust3 2007-09-18 09:53:03 +00:00
parent 031134872e
commit 2a7e1da08f
1 changed files with 6 additions and 6 deletions

View File

@ -675,12 +675,12 @@ static void nv_getscreenproperties(struct rivatv_info *info){
++info->screen_y;
if(info->chip.arch >= NV_ARCH_10){
/* NV_PCRTC_EXTRA_VERT_DISPLAY_END_10 */
VID_WR08(info->chip.PCIO,0x03D4,0x25);
info->screen_y |= (VID_RD08(info->chip.PCIO,0x03D5) &0x02)<<9;
/* NV_PCRTC_???_VERT_DISPLAY_END_11 */
VID_WR08(info->chip.PCIO,0x03D4,0x41);
info->screen_y |= (VID_RD08(info->chip.PCIO,0x03D5) &0x04)<<9;
/* NV_PCRTC_EXTRA_VERT_DISPLAY_END_10 */
VID_WR08(info->chip.PCIO,0x03D4,0x25);
info->screen_y |= (VID_RD08(info->chip.PCIO,0x03D5) &0x02)<<9;
/* NV_PCRTC_???_VERT_DISPLAY_END_11 */
VID_WR08(info->chip.PCIO,0x03D4,0x41);
info->screen_y |= (VID_RD08(info->chip.PCIO,0x03D5) &0x04)<<9;
}
/* NV_PCRTC_OFFSET */