Skip to content

Commit

Permalink
Adding missing require declarations
Browse files Browse the repository at this point in the history
Resolves secondary issues after zhuker#59
  • Loading branch information
isolin authored Dec 14, 2021
1 parent 17638e6 commit 74f3dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/QuantizePVT.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 74f3dd8

Please # to comment.