X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=opusdec_filter.c;fp=opusdec_filter.c;h=f36990faf43a4110c8e7f7dc2f822f5a8e09046c;hp=85287be0c813d4899b2f802735f2684338ea420c;hb=b087c1356e3eebf656aa1c783ff7e50c9de5a229;hpb=77e8ab4134501ec439f1ac7c7e1c418ac597ea48 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;