@vidispine/vdt-js 22.2.0-pre.2 → 22.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.es.js +0 -5
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +0 -5
- package/dist/index.js.map +1 -1
- package/package.json +8 -5
package/dist/index.es.js
CHANGED
|
@@ -1030,11 +1030,6 @@ function countDroppedFrames(frames, roundedFrameRate) {
|
|
|
1030
1030
|
var frameChunks = frameRemainder > 0 ? dropFrames : 0;
|
|
1031
1031
|
return tenMinuteChunks * 9 * dropFrames + oneMinuteChunks * dropFrames + frameChunks;
|
|
1032
1032
|
}
|
|
1033
|
-
/**
|
|
1034
|
-
* @class TimeBase
|
|
1035
|
-
* @constructs formatTimeBaseText(timeBaseText: string)
|
|
1036
|
-
*/
|
|
1037
|
-
|
|
1038
1033
|
|
|
1039
1034
|
var TimeBase = /*#__PURE__*/function () {
|
|
1040
1035
|
function TimeBase() {
|