Fix Bitrate type mismatch

This commit is contained in:
Serge Tkatchouk
2020-03-12 13:27:53 +00:00
committed by sentriz
parent 49194aa14e
commit e1c54a3484
+1 -1
View File
@@ -15,7 +15,7 @@ import (
type Profile struct {
Format string
Bitrate string
Bitrate int
ffmpegOptions []string
forceRG bool
}