Fix things that broke in the merge

This commit is contained in:
Vanilagy
2026-05-04 17:58:05 +02:00
parent 2e933ee5fc
commit 6d9fb30c29
3 changed files with 19 additions and 5 deletions
@@ -25,6 +25,14 @@ class ImageVideoSampleResource extends VideoSampleResource {
return this.image!.height;
}
getSquarePixelWidth() {
return this.image!.width;
}
getSquarePixelHeight() {
return this.image!.height;
}
getColorSpace() {
return new VideoSampleColorSpace({
matrix: 'rgb',