Skip to content

Commit

Permalink
bug
Browse files Browse the repository at this point in the history
  • Loading branch information
WangShuo1143368701 committed Mar 9, 2018
1 parent 3f78a9a commit d037c4b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ public void startRecord(){
* 停止录制
*/
public String stopRecord() {
isRecord = false;
if (mMuxer != null) {
String path = mMuxer.getFilePath();
mMuxer.stopRecording();
Expand All @@ -178,7 +179,6 @@ public String stopRecord() {
return path;
}
System.gc();
isRecord = false;
return null;
}

Expand Down

0 comments on commit d037c4b

Please sign in to comment.