Skip to content

Commit 2d65871

Browse files
update: test commit
1 parent d15593e commit 2d65871

File tree

1 file changed

+1
-0
lines changed
  • library/src/main/java/com/gowtham/library/utils

1 file changed

+1
-0
lines changed

library/src/main/java/com/gowtham/library/utils/VideoRes.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ fun fromDisplayName(name: String): VideoRes? =
1414

1515

1616
fun getVideoResNames(context: Activity, inputUri: Uri): List<String> {
17+
1718
val wh = TrimmerUtils.getVideoRes(context, inputUri)
1819
val inputRes = TrimmerUtils.classifyResolution(wh!!.first!!, wh.second!!)
1920
return if (inputRes== VideoRes.LOWER_SD){

0 commit comments

Comments
 (0)