X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=filter_common.c;h=e9b97e54633a8770009c0f746b7daa712d4135fb;hb=dda88dcb390a44e1f1f68f6248ed513c75dce4bf;hp=84863b39fb489cb9b4ac546b6fe4f557b1d647bf;hpb=f80453b693e6d3ce5450755310faf5e5d6e5c143;p=paraslash.git diff --git a/filter_common.c b/filter_common.c index 84863b39..e9b97e54 100644 --- a/filter_common.c +++ b/filter_common.c @@ -204,7 +204,7 @@ int decoder_execute(const char *cmd, unsigned sample_rate, unsigned channels, return 1; } if (!strcmp(cmd, "sample_format")) { - *result = make_message("%u", DECODER_SAMPLE_FORMAT); + *result = make_message("%d", DECODER_SAMPLE_FORMAT); return 1; } return -ERRNO_TO_PARA_ERROR(ENOTSUP);