Skip to content

Commit 2a31d04

Browse files
committed
修改ffplay中的AEC_CACHE_LEN
1 parent daf5c4b commit 2a31d04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ijkmedia/ijkplayer/ff_ffplay.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
// for AEC
9191
#include <pthread.h>
9292
pthread_mutex_t lock = PTHREAD_MUTEX_INITIALIZER;
93-
#define AEC_CACHE_LEN 10240
93+
#define AEC_CACHE_LEN 102400
9494

9595
// FIXME: 9 work around NDKr8e or gcc4.7 bug
9696
// isnan() may not recognize some double NAN, so we test both double and float

0 commit comments

Comments
 (0)