Skip to content

Commit

Permalink
chore: fix some names
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Jan 24, 2024
1 parent 5371f5a commit 672e871
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@
"homepage": "https://github.com/nrkno/sofie-atem-connection#readme",
"contributors": [
{
"name": "Balte de Wit",
"email": "[email protected]",
"url": "http://balte.nl"
"name": "Mint de Wit",
"email": "[email protected]"
},
{
"name": "Julian Waller",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/atemUtil.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export function bufToNullTerminatedString(buffer: Buffer, start: number, length:
}

/**
* @todo: BALTE - 2018-5-24:
* @todo: MINT - 2018-5-24:
* Create util functions that handle proper colour spaces in UHD.
*/
export function convertRGBAToYUV422(width: number, height: number, data: Buffer): Buffer {
Expand Down

0 comments on commit 672e871

Please sign in to comment.