• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Android NDK Help with ffmpeg

I'm working on creating a project that uses the native code in ffmpeg to decode/encode some videos on android. I have the ndk set up and am able to create my own C functions and use them from my Android project. My problem is getting access to the ffmpeg library functions. Has anyone done anything like this or had any success calling native functions from a third party C/C++ library? Any help would be much appreciated.
 
Back
Top Bottom