We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02ffa3f commit 17755c2Copy full SHA for 17755c2
ijkmedia/ijkplayer/android/ijkplayer_jni.c
@@ -53,7 +53,7 @@
53
static JavaVM* g_jvm;
54
55
// for AEC
56
-#define AEC_CACHE_LEN 204800
+#define AEC_CACHE_LEN 102400
57
// typedef unsigned char byte;
58
// static byte pcm_arr[AEC_CACHE_LEN];
59
uint8_t pcm_arr[AEC_CACHE_LEN];
ijkmedia/ijkplayer/ff_ffplay.c
@@ -90,7 +90,7 @@
90
91
#include <pthread.h>
92
pthread_mutex_t lock = PTHREAD_MUTEX_INITIALIZER;
93
94
95
// FIXME: 9 work around NDKr8e or gcc4.7 bug
96
// isnan() may not recognize some double NAN, so we test both double and float
0 commit comments