radeon: fix up packed yuv broken by planar yuv patch

fix the forgotten leftuv value for packed yuv which is
needed to get correct uv starting pixel (fixes broken clipping /
non-null src start pixel as tvtime uses)
This commit is contained in:
Roland Scheidegger
2006-12-06 00:16:41 +01:00
parent d2aa57a4bd
commit f2a9d2d61a

View File

@@ -2629,6 +2629,7 @@ RADEONDisplayVideo(
}
else {
left = (left >> 16) & 7;
leftuv = left >> 1;
}
RADEONWaitForFifo(pScrn, 2);