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

This commit is contained in:
Anthony Minessale 2015-12-09 18:22:10 -06:00
parent 2f04c5e16d
commit 83c5294427

View File

@ -342,7 +342,7 @@ vertoService.service('verto', ['$rootScope', '$cookieStore', '$location', 'stora
maxWidth: w,
maxHeight: h,
minFrameRate: 15,
vertoBestFrameRate: 30
vertoBestFrameRate: 15
});
videoQuality.forEach(function(qual){
if (w === qual.width && h === qual.height) {