linkedin / LiTr

Lightweight hardware accelerated video/audio transcoder for Android.
BSD 2-Clause "Simplified" License
613 stars 85 forks source link

Fixes a crash in demo app due to a null pointer #270

Closed vamshi-dhulipala closed 10 months ago

vamshi-dhulipala commented 10 months ago

Update the logic in fragment_transcode_video_gl.xml to use a default value of false for the data binding variable 'enableNativeMuxer' whenever it is null.

nlgtuankiet commented 10 months ago

@izzytwosheds I also encountered this issue, could you please consider merging this?