mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-30 20:16:42 +08:00
applied 64bit patch from Ulrich Hecht <uli at suse dot de>
Originally committed as revision 6165 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
This commit is contained in:
@@ -638,7 +638,7 @@ struct PPMode getPPModeByNameAndQuality(char *name, int quality)
|
|||||||
else p--, *p=','; //not last filter
|
else p--, *p=','; //not last filter
|
||||||
|
|
||||||
plen= strlen(p);
|
plen= strlen(p);
|
||||||
spaceLeft= (int)p - (int)temp + plen;
|
spaceLeft= p - temp + plen;
|
||||||
if(spaceLeft + newlen >= GET_MODE_BUFFER_SIZE)
|
if(spaceLeft + newlen >= GET_MODE_BUFFER_SIZE)
|
||||||
{
|
{
|
||||||
ppMode.error++;
|
ppMode.error++;
|
||||||
|
|||||||
Reference in New Issue
Block a user