X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=wmadec_filter.c;h=4c7c047a482e2b3f256cfb8c12dcd6b4de3a7500;hp=31a13c5094a239fca2ebd519553821933b838ba7;hb=b52342d0b5df5446f149f0c1daf26f6e25b2aba7;hpb=7bf76e7907de7836f75c299dc2e828364e4f114e diff --git a/wmadec_filter.c b/wmadec_filter.c index 31a13c50..4c7c047a 100644 --- a/wmadec_filter.c +++ b/wmadec_filter.c @@ -371,8 +371,8 @@ static int wma_init(struct private_wmadec_data *pwd) else high_freq = high_freq * 0.5; } - PARA_INFO_LOG("channels=%d sample_rate=%d " - "bitrate=%d block_align=%d\n", + PARA_INFO_LOG("channels=%u sample_rate=%u " + "bitrate=%u block_align=%d\n", ahi->channels, ahi->sample_rate, ahi->bit_rate, ahi->block_align); PARA_INFO_LOG("frame_len=%d, bps=%f bps1=%f "