X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=opusdec_filter.c;h=10ed394d295072d909441fe211fbcdc695ff62d0;hb=HEAD;hp=85287be0c813d4899b2f802735f2684338ea420c;hpb=a5a6446fd1af4a0ad03ef06a3c194d37d6a46acd;p=paraslash.git diff --git a/opusdec_filter.c b/opusdec_filter.c index 85287be0..f36990fa 100644 --- a/opusdec_filter.c +++ b/opusdec_filter.c @@ -217,7 +217,7 @@ static int opusdec_post_monitor(__a_unused struct sched *s, void *context) ret = btr_node_status(btrn, fn->min_iqs, BTR_NT_INTERNAL); if (ret < 0) { - if (ret != -E_BTR_EOF) /* fatal error */ + if (ret != -E_EOF) /* fatal error */ goto out; if (!ctx->have_more) /* EOF */ goto out;