Skip to content

Commit

Permalink
修复bug
Browse files Browse the repository at this point in the history
  • Loading branch information
YANGJIE8 committed May 23, 2020
1 parent d5a5766 commit 0a66232
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions joevideolib/src/main/java/Jni/FFmpegCmd.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,10 @@ public static void onExecuted(int ret) {
if (ret == 0) {
listener.onProgress(1);
listener.onSuccess();
listener = null;
} else {
listener.onFailure();
listener = null;
}
}
}
Expand Down

0 comments on commit 0a66232

Please sign in to comment.