Commit bef52582 authored by alex's avatar alex

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@570 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 4debf73d
......@@ -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