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 2a31d04 commit 5193e63Copy full SHA for 5193e63
ijkmedia/ijkplayer/ff_ffplay.c
@@ -90,7 +90,7 @@
90
// for AEC
91
#include <pthread.h>
92
pthread_mutex_t lock = PTHREAD_MUTEX_INITIALIZER;
93
-#define AEC_CACHE_LEN 102400
+#define AEC_CACHE_LEN 10240
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