mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
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`.