mirror of
https://github.com/videolan/vlc-android
synced 2024-11-23 18:05:36 +08:00
parent
2ae15b7223
commit
c619725b03
@ -1120,7 +1120,7 @@ open class VideoPlayerActivity : AppCompatActivity(), PlaybackService.Callback,
|
||||
height = it.getHeight()
|
||||
}
|
||||
if (width == 0) width = surface.width
|
||||
if (height == 0) height = surface.width
|
||||
if (height == 0) height = surface.height
|
||||
try {
|
||||
val bitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888)
|
||||
val simpleDateFormat = SimpleDateFormat("yyyyMMdd_HHmmss")
|
||||
|
Loading…
Reference in New Issue
Block a user