Hey NotZed,
First of all, thanks for the awesome open source
project. :)
I'm playing with the jjmpeg-android library right
now, but the only problem is with the .so file. I know that
you said in the forum to use the one included in the APK, but
that one seem to be missing some functions:
java.lang.UnsatisfiedLinkError: Native method not found:
au.notzed.jjmpeg.AVCodecContextNativeAbstract.getSampleAspectRatioNum:()I
E/AndroidRuntime(16105): at
au.notzed.jjmpeg.AVCodecContextNativeAbstract.getSampleAspectRatioNum(Native
Method)
E/AndroidRuntime(16105): at
au.notzed.jjmpeg.AVCodecContextAbstract.getSampleAspectRatioNum(AVAbstract.java:200)
Thanks for any pointers in advance,