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 { type Profile struct {
Format string Format string
Bitrate string Bitrate int
ffmpegOptions []string ffmpegOptions []string
forceRG bool forceRG bool
} }