Jackson Gardner d9dce77156 [skwasm] Use displayWidth/displayHeight instead of codedWidth/codedHeight (flutter/engine#56686)
This addresses https://github.com/flutter/flutter/issues/159088

If the image is rotated in its exif data, the coded width/height may differ from the display width/height. It's important to use the display width/height so that `texImage2D` does the right thing with the `VideoFrame`.
2024-11-18 22:05:58 +00:00
..