appunite / AndroidFFmpeg

[DEPRECATED] FFmpeg build for android random architectures with example jni
Apache License 2.0
1.07k stars 471 forks source link

enable multi-thread decode video with FFmpeg support #86

Closed sunjun closed 9 years ago

sunjun commented 9 years ago

now the android devices all have multi-cores, and we could enable multi-thread decode video with ffmpeg support, the thread_count should be match with the cpu cores, you can get this form java or use cpufeature lib, here I am fixed it with 4.

jacek-marchwicki commented 9 years ago

@sunjun Thanks for your support - merge is here: https://github.com/appunite/AndroidFFmpeg/pull/100