Use %"PRIdPTR" instead of %d to silence gcc warning about type mismatch.
authorJustin Ruggles <justin.ruggles@gmail.com>
Thu, 30 Dec 2010 04:09:44 +0000 (04:09 +0000)
committerJustin Ruggles <justin.ruggles@gmail.com>
Thu, 30 Dec 2010 04:09:44 +0000 (04:09 +0000)
commit281bf84fbd27ddab1290bb284bb49662a247fc26
tree51ea1b00f29dee1aeb062b643c6d060843804bb8
parent4b5d4720c1c46e8a80b945854a6dec5f681e11c0
Use %"PRIdPTR" instead of %d to silence gcc warning about type mismatch.

Originally committed as revision 26164 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/flac_parser.c