Fix Bitrate type mismatch

This commit is contained in:
Serge Tkatchouk
2020-03-02 19:07:02 +08:00
parent 0733117aed
commit de31de6864

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
} }