1
mirror of https://github.com/mpv-player/mpv synced 2024-10-18 10:25:02 +02:00

cosmetics

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18694 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
gpoirier 2006-06-13 07:58:06 +00:00
parent 9f72c10255
commit 0f28386701

View File

@ -157,7 +157,7 @@ int yuv_on(int format, int src_w, int src_h, int dst_x, int dst_y, int dst_w, in
pitch = src_w * bpp;
// video card memory layout:
// 0-n: visable screen memory, n = width * height * bytes per pixel
// 0-n: visible screen memory, n = width * height * bytes per pixel
// n-m: scaler source memory, n is aligned to a page boundary
// m+: scaler source memory for multiple buffers