FS-8641 #resolve [Make frame rate configurable]

This commit is contained in:
Anthony Minessale
2015-12-15 16:16:51 -06:00
parent 6b8a6005de
commit 7733ff58d9
3 changed files with 3 additions and 5 deletions

View File

@@ -560,9 +560,7 @@
if (bestFrameRate) {
video.optional.push({minFrameRate: bestFrameRate});
if (bestFrameRate < 30) {
video.optional.push({maxFrameRate: bestFrameRate});
}
video.optional.push({maxFrameRate: bestFrameRate});
}
} else {