MasayukiSuda / GPUVideo-android

This library apply video filter on generate an Mp4 and on ExoPlayer video and Video Recording with Camera2.
MIT License
658 stars 178 forks source link

Make sure onExit is called if there is no audio stream #71

Closed eschmar closed 4 years ago

eschmar commented 4 years ago

Pull request #70 introduced the problem that onExit would never be called, if the audio stream was muted.

MasayukiSuda commented 4 years ago

Thanks !! great pull request !!!