mirror of
https://github.com/X11Libre/xf86-video-mach64.git
synced 2026-03-24 01:24:33 +00:00
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:
@@ -2629,6 +2629,7 @@ RADEONDisplayVideo(
|
||||
}
|
||||
else {
|
||||
left = (left >> 16) & 7;
|
||||
leftuv = left >> 1;
|
||||
}
|
||||
|
||||
RADEONWaitForFifo(pScrn, 2);
|
||||
|
||||
Reference in New Issue
Block a user