Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/src/render-engine/webgl-420p.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ function setupCanvas(canvas, options) {
"uniform sampler2D VTexture;",
"const mat4 YUV2RGB = mat4",
"(",
" 1.1643828125, 0, 1.59602734375, -.87078515625,",
" 1.1643828125, -.39176171875, -.81296875, .52959375,",
" 1.1643828125, 2.017234375, 0, -1.081390625,",
" 1.1643835616, 0, 1.7927410714, -0.9729450750,",
" 1.1643835616, -0.2132486143, -0.5329093286, 0.3014826655,",
" 1.1643835616, 2.1124017857, 0, -1.1334022179,",
" 0, 0, 0, 1",
");",
"void main(void) {",
Expand Down Expand Up @@ -229,4 +229,4 @@ module.exports = {
releaseContext : releaseContext
};

/* Player controls Ends Here */
/* Player controls Ends Here */