A High-performance video compressor for Android using Hardware decoding and encoding API(MediaCodec).
907
stars
192
forks
source link
Why was there Jni code or so library for the native method "com.vincent.videocompressor.VideoController.convertVideoFrame" #2
Closed
navyifanr closed 6 years ago
In the
VideoController.java
, for the native methodconvertVideoFrame
I don't find any JNI code or so library, it maybe has some bug for the API 16-17. So how to fix the bug? Can you get some ideas?