X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=wmadec_filter.c;h=481600052b82b027e89e31a8e29d8d9fbe9f18df;hb=e3a7e12639c34fd86d48a072beb48add8c498d09;hp=edf50cb0b3834d8971fe9602f6528e2f2bd86e5d;hpb=742c8b3f79a59278ced71e1855da1846b157b494;p=paraslash.git diff --git a/wmadec_filter.c b/wmadec_filter.c index edf50cb0..48160005 100644 --- a/wmadec_filter.c +++ b/wmadec_filter.c @@ -1159,7 +1159,7 @@ static int wmadec_execute(struct btr_node *btrn, const char *cmd, char **result) #define WMA_OUTPUT_BUFFER_SIZE (128 * 1024) -static int wmadec_post_select(__a_unused struct sched *s, void *context) +static int wmadec_post_monitor(__a_unused struct sched *s, void *context) { struct filter_node *fn = context; int ret, converted, out_size; @@ -1229,6 +1229,6 @@ const struct filter lsg_filter_cmd_com_wmadec_user_data = { .open = wmadec_open, .close = wmadec_close, .execute = wmadec_execute, - .pre_select = generic_filter_pre_select, - .post_select = wmadec_post_select, + .pre_monitor = generic_filter_pre_monitor, + .post_monitor = wmadec_post_monitor, };