Skip to content

Commit

Permalink
fix reset buffer mode on stop
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroSG94 committed Sep 29, 2024
1 parent 8de8ef9 commit 5cb9677
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ public void start(boolean resetTs) {

@Override
protected void stopImp() {
tsBuffer = 0;
Log.i(TAG, "stopped");
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ protected void stopImp() {
oldSps = null;
oldPps = null;
oldVps = null;
firstTimestamp = 0;
Log.i(TAG, "stopped");
}

Expand Down

0 comments on commit 5cb9677

Please sign in to comment.