Skip to content

Commit

Permalink
Revert "修改ffplay中的AEC_CACHE_LEN"
Browse files Browse the repository at this point in the history
This reverts commit 2a31d04.
  • Loading branch information
SundoggyNew committed Jan 9, 2024
1 parent 2a31d04 commit 5193e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ijkmedia/ijkplayer/ff_ffplay.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
// for AEC
#include <pthread.h>
pthread_mutex_t lock = PTHREAD_MUTEX_INITIALIZER;
#define AEC_CACHE_LEN 102400
#define AEC_CACHE_LEN 10240

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

0 comments on commit 5193e63

Please sign in to comment.