bravobit / FFmpeg-Android

FFMpeg/FFprobe compiled for Android
https://bravobit.nl/
MIT License
734 stars 172 forks source link

Add note that `onFailure` will be called if `sendQuitSignal()` is used. #91

Closed joshuapinter closed 5 years ago

joshuapinter commented 5 years ago

Important distinction if you have code to handle onSuccess and you start using sendQuitSignal() and wonder what's going wrong.

joshuapinter commented 5 years ago

Any thoughts on this?

Brianvdb commented 5 years ago

Thanks @joshuapinter

joshuapinter commented 5 years ago

👍