Skip to content

Commit

Permalink
Merge pull request #1768 from arthurchenjs/master
Browse files Browse the repository at this point in the history
Update GPUImageMovie.m
  • Loading branch information
BradLarson committed Sep 18, 2014
2 parents 90b6573 + 1143de0 commit 2c302f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/Source/GPUImageMovie.m
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ - (void)processAsset

}

if (reader.status == AVAssetWriterStatusCompleted) {
if (reader.status == AVAssetReaderStatusCompleted) {

[reader cancelReading];

Expand Down

0 comments on commit 2c302f9

Please sign in to comment.