0

Most things have 30 as a standard fps instead of 25

This commit is contained in:
Gabe Kangas 2020-07-13 20:58:45 -07:00
parent a9a83f78a3
commit 4559bde977

View File

@ -219,7 +219,7 @@ func (v *HLSVariant) getVariantString() string {
}
if v.framerate == 0 {
v.framerate = 25
v.framerate = 30
}
if v.framerate != 0 {