Commit ad348a0b authored by alex's avatar alex

applied 64bit patch from Ulrich Hecht <uli at suse dot de>


git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@6165 b3059339-0415-0410-9bf9-f77b7e298cf2
parent 386cfc1b
......@@ -638,7 +638,7 @@ struct PPMode getPPModeByNameAndQuality(char *name, int quality)
else p--, *p=','; //not last filter
plen= strlen(p);
spaceLeft= (int)p - (int)temp + plen;
spaceLeft= p - temp + plen;
if(spaceLeft + newlen >= GET_MODE_BUFFER_SIZE)
{
ppMode.error++;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment