|
|
@@ -42,6 +42,7 @@ var jsmpeg = window.jsmpeg = function( url, opts ) {
|
|
42
|
42
|
this.blockData = new Int32Array(64);
|
|
43
|
43
|
this.zeroBlockData = new Int32Array(64);
|
|
44
|
44
|
this.fillArray(this.zeroBlockData, 0);
|
|
|
45
|
+ this.intraFrames = [];
|
|
45
|
46
|
|
|
46
|
47
|
// use WebGL for YCbCrToRGBA conversion if possible (much faster)
|
|
47
|
48
|
if( !opts.forceCanvas2D && this.initWebGL() ) {
|