OSDN Git Service

vorbisdec: Employ proper printf format specifiers for uint_fast32_t.
authorDiego Biurrun <diego@biurrun.de>
Sun, 24 Apr 2011 17:49:39 +0000 (19:49 +0200)
committerDiego Biurrun <diego@biurrun.de>
Sun, 24 Apr 2011 23:39:55 +0000 (01:39 +0200)
commit2441003d3fdc01545690c2f397efd7acfd876d6c
tree22c8ef36018cdf70ae19c3c28af0ee4be13765fc
parent5f85d49b6889b9a2ecd18695fe52c5c9b698a0e1
vorbisdec: Employ proper printf format specifiers for uint_fast32_t.

libavcodec/vorbisdec.c:543: warning: format ‘%d’ expects type ‘int’, but argument 4 has type ‘uint_fast32_t’
libavcodec/vorbisdec.c:543: warning: format ‘%d’ expects type ‘int’, but argument 5 has type ‘uint_fast32_t’
libavcodec/vorbisdec.c