Index: libvo/vo_directx.c =================================================================== --- libvo/vo_directx.c (revision 27675) +++ libvo/vo_directx.c (working copy) @@ -1276,7 +1276,7 @@ } else //packed { - fast_memcpy( image, mpi->planes[0], image_height * dstride); + mem2agpcpy_pic(image, mpi->planes[0], w * (mpi->bpp / 8), h, dstride, mpi->stride[0]); } return VO_TRUE; }