Unity-Technologies / com.unity.webrtc

WebRTC package for Unity
Other
738 stars 186 forks source link

fix: Fix crash on Android when using VP8 encoder #996

Closed karasusan closed 8 months ago

karasusan commented 8 months ago

This crash is occurred by SetRawImagePlanes in libvpx_vp8_encoder.cc.

I created a patch file to avoid null pointer exception in the VP8 encoder.

Related issue.