BradLarson / GPUImage

An open source iOS framework for GPU-based image and video processing
http://www.sunsetlakesoftware.com/2012/02/12/introducing-gpuimage-framework
BSD 3-Clause "New" or "Revised" License
20.23k stars 4.61k forks source link

fix bug when user first set shouldRepeat = YES, but later set shouldR… #2447

Open annidy opened 7 years ago

annidy commented 7 years ago

…epeat = NO, the dispatch_async to call [self startProcessing] will keep going and endless.