OSDN Git Service

lavc/hapenc: Use the correct printf length modifier for size_t arguments.
authorCarl Eugen Hoyos <cehoyos@ag.or.at>
Wed, 2 Nov 2016 00:55:40 +0000 (01:55 +0100)
committerCarl Eugen Hoyos <cehoyos@ag.or.at>
Wed, 2 Nov 2016 00:55:40 +0000 (01:55 +0100)
commit5a51ca2da7b76cad2a86476590c18b26a98eafbe
tree6c5e8d0ea8977dd1373f06cd6dfb1f41a161e447
parent2b09a3ad19520bc3ae9adcff5506ac1f628406b4
lavc/hapenc: Use the correct printf length modifier for size_t arguments.

Fixes the following warning:
libavcodec/hapenc.c:122:20: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 4 has type ‘size_t’ [-Wformat]

Based on a patch by Diego Biurrun.
libavcodec/hapenc.c