This was fine

master
adriBall 2017-09-05 18:20:03 +02:00
parent bca807fb9d
commit 4dae22707f
5 changed files with 3 additions and 0 deletions

View File

@ -292,6 +292,9 @@ int startEncoding(JNIEnv *env, jclass *cls_ptr, jlong *sampleRate_ptr, jlong *ch
__android_log_print(ANDROID_LOG_INFO, "VorbisEncoder", "Completed encoding.");
stopEncodeFeed(env, &encoderDataFeed, &stopMethodId);
//Clean up encode buffers
(*env)->DeleteLocalRef(env, jByteArrayWriteBuffer);
return SUCCESS;
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.