Skip to content

Commit

Permalink
update demo
Browse files Browse the repository at this point in the history
  • Loading branch information
CarGuo committed Feb 18, 2025
1 parent 59a7525 commit 4a9d783
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ public void release() {
if (mediaPlayer != null) {
mediaPlayer.setSurface(null);
mediaPlayer.release();
mediaPlayer = null;
}
if (dummySurface != null) {
dummySurface.release();
Expand Down

0 comments on commit 4a9d783

Please sign in to comment.