summaryrefslogtreecommitdiffstats
path: root/libao2/pl_surround.c
diff options
context:
space:
mode:
Diffstat (limited to 'libao2/pl_surround.c')
-rw-r--r--libao2/pl_surround.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libao2/pl_surround.c b/libao2/pl_surround.c
index a7e629b0e3..d351342bb8 100644
--- a/libao2/pl_surround.c
+++ b/libao2/pl_surround.c
@@ -108,8 +108,8 @@ static int init(){
pl_surround.passthrough = 1;
return 1;
}
- if (ao_plugin_data.format != AFMT_S16_LE) {
- fprintf(stderr, "pl_surround: I'm dumb and can only handle AFMT_S16_LE audio format, using passthrough mode\n");
+ if (ao_plugin_data.format != AFMT_S16_NE) {
+ fprintf(stderr, "pl_surround: I'm dumb and can only handle AFMT_S16_NE audio format, using passthrough mode\n");
pl_surround.passthrough = 1;
return 1;
}