]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - mp3dec_filter.c
Merge topic branch t/ls-l into pu
[paraslash.git] / mp3dec_filter.c
index cf3e5d4be6fcf267dcb497c24c7975a88c1df1c4..d4d4712f0d25a9e8981e8882ff0cbe1ddef14d0c 100644 (file)
@@ -175,7 +175,8 @@ static void mp3dec_open(struct filter_node *fn)
                mad_stream_options(&pmd->stream, MAD_OPTION_IGNORECRC);
 }
 
-static int mp3dec_execute(struct btr_node *btrn, const char *cmd, char **result)
+static int mp3dec_execute(const struct btr_node *btrn, const char *cmd,
+               char **result)
 {
        struct filter_node *fn = btr_context(btrn);
        struct private_mp3dec_data *pmd = fn->private_data;