Skip to content

Commit 85333a9

Browse files
committed
Fixing some formatting
Ran the Auto formatter on CallBackOfQuery
1 parent b855b5d commit 85333a9

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

SSffmpegVideoOperation/src/main/java/com/simform/videooperations/CallBackOfQuery.kt

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,16 @@ class CallBackOfQuery {
4545
}
4646
Config.enableStatisticsCallback { statistics ->
4747
val statisticsLog =
48-
Statistics(statistics.executionId, statistics.videoFrameNumber, statistics.videoFps, statistics.videoQuality, statistics.size, statistics.time, statistics.bitrate, statistics.speed)
48+
Statistics(
49+
statistics.executionId,
50+
statistics.videoFrameNumber,
51+
statistics.videoFps,
52+
statistics.videoQuality,
53+
statistics.size,
54+
statistics.time,
55+
statistics.bitrate,
56+
statistics.speed
57+
)
4958
processHandler.post {
5059
ffmpegCallBack.statisticsProcess(statisticsLog)
5160
}
@@ -67,7 +76,7 @@ class CallBackOfQuery {
6776
ffmpegCallBack.failed()
6877
Config.printLastCommandOutput(Log.INFO)
6978
}
70-
}
79+
}
7180
}
7281
}
7382
}

0 commit comments

Comments
 (0)