update translations

This commit is contained in:
Luke Pulverenti 2014-08-29 08:14:41 -04:00
parent bfafc4aa2b
commit c9e79fdcdf

View File

@ -1224,7 +1224,7 @@
}
if (stream.BitRate && stream.Codec != "mjpeg") {
attributes.push(createAttribute("Bitrate", (parseInt(stream.BitRate / 1000)) + ' kbps'));
attributes.push(createAttribute("Bitrate", (parseInt(stream.BitRate / 1024)) + ' kbps'));
}
if (stream.SampleRate) {