提交 83c52944 authored 作者: Anthony Minessale's avatar Anthony Minessale

FS-8641 hard code to 15 for now until this is complete

上级 2f04c5e1
...@@ -342,7 +342,7 @@ vertoService.service('verto', ['$rootScope', '$cookieStore', '$location', 'stora ...@@ -342,7 +342,7 @@ vertoService.service('verto', ['$rootScope', '$cookieStore', '$location', 'stora
maxWidth: w, maxWidth: w,
maxHeight: h, maxHeight: h,
minFrameRate: 15, minFrameRate: 15,
vertoBestFrameRate: 30 vertoBestFrameRate: 15
}); });
videoQuality.forEach(function(qual){ videoQuality.forEach(function(qual){
if (w === qual.width && h === qual.height) { if (w === qual.width && h === qual.height) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论