source:
trunk/src/3rdparty/patches/libmng-1.0.10-endless-loop.patch@
858
Last change on this file since 858 was 2, checked in by , 16 years ago | |
---|---|
File size: 2.1 KB |
-
libmng_data.h
old new 658 658 mng_int32 iFrameclipb; 659 659 660 660 mng_uint32 iNextdelay; /* delay *after* next image */ 661 662 663 661 664 #endif 662 665 663 666 #ifndef MNG_SKIPCHUNK_SHOW -
libmng_display.c
old new 384 384 385 385 { 386 386 #ifndef MNG_SKIPCHUNK_FRAM 387 if (pData->iFramedelay > 0 )/* real delay ? */387 if (pData->iFramedelay > 0 /* real delay ? */ 388 388 { /* let the app refresh first ? */ 389 389 390 if ((pData->bRunning) && (!pData->bSkipping) && 390 391 (pData->iUpdatetop < pData->iUpdatebottom) && (pData->iUpdateleft < pData->iUpdateright)) 391 392 if (!pData->fRefresh (((mng_handle)pData), … … 455 456 pData->iFrametime = pData->iFrametime + iWaitfor; 456 457 /* setup for next delay */ 457 458 pData->iFramedelay = pData->iNextdelay; 459 458 460 #endif 459 461 } 460 462 … … 3340 3342 MNG_TRACE (pData, MNG_FN_PROCESS_DISPLAY_MEND, MNG_LC_START); 3341 3343 #endif 3342 3344 3345 3346 3347 3343 3348 #ifdef MNG_SUPPORT_DYNAMICMNG 3344 3349 if (pData->bStopafterseek) /* need to stop after this ? */ 3345 3350 { -
libmng_hlapi.c
old new 446 446 pData->iFrameclipb = 0; 447 447 448 448 pData->iNextdelay = 1; 449 450 451 449 452 #endif 450 453 451 454 #ifndef MNG_SKIPCHUNK_SHOW … … 1737 1740 pData->iFrameclipb = 0; 1738 1741 1739 1742 pData->iNextdelay = 1; 1743 1744 1745 1740 1746 #endif 1741 1747 1742 1748 #ifndef MNG_SKIPCHUNK_SHOW
Note:
See TracBrowser
for help on using the repository browser.