Skip to content

Commit 2c302f9

Browse files
committed
Merge pull request BradLarson#1768 from arthurchenjs/master
Update GPUImageMovie.m
2 parents 90b6573 + 1143de0 commit 2c302f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework/Source/GPUImageMovie.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ - (void)processAsset
275275

276276
}
277277

278-
if (reader.status == AVAssetWriterStatusCompleted) {
278+
if (reader.status == AVAssetReaderStatusCompleted) {
279279

280280
[reader cancelReading];
281281

0 commit comments

Comments
 (0)