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 daf5c4b commit 2a31d04Copy full SHA for 2a31d04
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 10240
+#define AEC_CACHE_LEN 102400
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