OSDN Git Service

jpeg2000dec: Use correct printf length modifier for pointer differences
authorDiego Biurrun <diego@biurrun.de>
Mon, 13 May 2013 19:40:53 +0000 (21:40 +0200)
committerDiego Biurrun <diego@biurrun.de>
Tue, 14 May 2013 14:46:56 +0000 (16:46 +0200)
commita349458e6769df0ddd62cb12784e7205c8d1ca58
tree4e0bab717a9fd5919a194bb7ecf9cc421dee9cb9
parent5d9d8461fbb87046a7ca220d3676a045bd7ab46e
jpeg2000dec: Use correct printf length modifier for pointer differences

Also eliminate an unnecessary cast. Fixes the following warning:
jpeg2000dec.c:1200:20: warning: format ‘%lX’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘long long unsigned int’
libavcodec/jpeg2000dec.c