From 74f3dd8adbe952e2631a0958523edc0117899be4 Mon Sep 17 00:00:00 2001 From: isolin Date: Tue, 14 Dec 2021 11:58:06 +0100 Subject: [PATCH] Adding missing require declarations Resolves secondary issues after https://github.com/zhuker/lamejs/pull/59 --- src/js/QuantizePVT.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/QuantizePVT.js b/src/js/QuantizePVT.js index ef69bef..b849a58 100644 --- a/src/js/QuantizePVT.js +++ b/src/js/QuantizePVT.js @@ -50,7 +50,7 @@ QuantizePVT.LARGE_BITS = 100000; QuantizePVT.IXMAX_VAL = 8206; function QuantizePVT() { - + var BitStream = require('./BitStream.js'); var tak = null; var rv = null; var psy = null;