DiscGolfer17
Newbie
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.