Skip to content

Commit

Permalink
Update GPUImageMovie.m
Browse files Browse the repository at this point in the history
change "reader.status == AVAssetWriterStatusCompleted" to "reader.status == AVAssetReaderStatusCompleted"
  • Loading branch information
arthurchenjs committed Sep 18, 2014
1 parent 90b6573 commit 1143de0
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 1143de0

Please sign in to comment.