mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 19:03:46 +02:00
Fix things that broke in the merge
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user