Feature: release retriever

pull/221/head
xufuji456 2 years ago
parent a121ca291e
commit c25268e089
  1. 1
      app/src/main/java/com/frank/ffmpeg/activity/VideoHandleActivity.kt

@ -203,6 +203,7 @@ class VideoHandleActivity : BaseActivity() {
val probeBitrate = Integer.valueOf(mBitRate)
bitRate = probeBitrate / 1000 / 100 * 100
}
retriever.release()
//1:top left 2:top right 3:bottom left 4:bottom right
val location = 1
val offsetXY = 10

Loading…
Cancel
Save