summaryrefslogtreecommitdiffstats
path: root/libao2/pl_eq.c
diff options
context:
space:
mode:
Diffstat (limited to 'libao2/pl_eq.c')
-rw-r--r--libao2/pl_eq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libao2/pl_eq.c b/libao2/pl_eq.c
index 30e7a390ac..8fdc2ae35c 100644
--- a/libao2/pl_eq.c
+++ b/libao2/pl_eq.c
@@ -122,7 +122,7 @@ static int init(){
float F[KM] = CF;
// Check input format
- if(ao_plugin_data.format != AFMT_S16_LE){
+ if(ao_plugin_data.format != AFMT_S16_NE){
fprintf(stderr,"[pl_eq] Input audio format not yet supported. \n");
return 0;
}