Browse Source

Typo in function name

Dominic Szablewski 12 years ago
parent
commit
774d78e274
1 changed files with 2 additions and 2 deletions
  1. 2 2
      jsmpg.js

+ 2 - 2
jsmpg.js View File

541
 	
541
 	
542
 	
542
 	
543
 	if( skipOutput != DECODE_SKIP_OUTPUT ) {
543
 	if( skipOutput != DECODE_SKIP_OUTPUT ) {
544
-		this.YCrCbToRGB();
545
-		this.canvasContext.putImageData(this.currentRGB, 0, 0);
544
+		this.YCbCrToRGBA();
545
+		this.canvasContext.putImageData(this.currentRGBA, 0, 0);
546
 	}
546
 	}
547
 	
547
 	
548
 	// If this is a reference picutre then rotate the prediction pointers
548
 	// If this is a reference picutre then rotate the prediction pointers