1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-24 07:42:17 +00:00

workaround one possible sig11

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9192 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
pontscho 2003-02-01 08:46:17 +00:00
parent c3d9e714f8
commit 9388660132

View File

@ -167,7 +167,7 @@ void PutImage( txSample * bf,int x,int y,int max,int ofs )
buf=(uint32_t *)image_buffer;
drw=(uint32_t *)bf->Image;
#if 0
#if 1
for ( iy=y;iy < (int)(y+bf->Height / max);iy++ )
for ( ix=x;ix < (int)(x+bf->Width);ix++ )
{