mirror of
https://github.com/androidx/media.git
synced 2025-05-17 20:49:53 +08:00

In surface YUV output mode the width/height fields of the VpxOutputBuffer were never populated. Fix this by adding a new method to set the width/height and calling it from JNI like we do for GL YUV mode. PiperOrigin-RevId: 250449734