Skip to content

Commit

Permalink
Fix issue 1580
Browse files Browse the repository at this point in the history
  • Loading branch information
zm committed Aug 8, 2014
1 parent 77eb3a5 commit d591db5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions framework/Source/GPUImageMovie.m
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,9 @@ - (void)processMovieFrame:(CVPixelBufferRef)movieFrame withSampleTime:(CMTime)cu

CFAbsoluteTime startTime = CFAbsoluteTimeGetCurrent();

// Fix issue 1580
[GPUImageContext useImageProcessingContext];

if ([GPUImageContext supportsFastTextureUpload])
{
CVOpenGLESTextureRef luminanceTextureRef = NULL;
Expand Down

0 comments on commit d591db5

Please sign in to comment.