Skip to content

Commit 5193e63

Browse files
committed
Revert "修改ffplay中的AEC_CACHE_LEN"
This reverts commit 2a31d04.
1 parent 2a31d04 commit 5193e63

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 102400
93+
#define AEC_CACHE_LEN 10240
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)