mirror of
https://github.com/pischule/memevizor.git
synced 2025-12-19 06:56:42 +00:00
Fix error message
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
package com.pischule.memevizor.video
|
package com.pischule.memevizor.video
|
||||||
|
|
||||||
data class VideoTranscodingException(val ffmpegExitCode: Int, val ffmpegOutput: String) :
|
data class VideoTranscodingException(val ffmpegExitCode: Int, val ffmpegOutput: String) :
|
||||||
RuntimeException("Video transcoding failed. Code=$ffmpegOutput. Output=$ffmpegOutput")
|
RuntimeException("Video transcoding failed. Code=$ffmpegExitCode. Output=$ffmpegOutput")
|
||||||
|
|||||||
Reference in New Issue
Block a user