]> granicus.if.org Git - libvpx/commit
Corrected format specifiers in debug print statements
authorAdrian Grange <agrange@google.com>
Thu, 21 Apr 2011 22:45:57 +0000 (15:45 -0700)
committerAdrian Grange <agrange@google.com>
Thu, 21 Apr 2011 22:45:57 +0000 (15:45 -0700)
commitd2a6eb4b1e10bee0ed971d77a6847d33992f4bba
treec960636fab491fb15b889f0120990647384d9380
parent7a49accd0b65453057762929efc7eed93deba043
Corrected format specifiers in debug print statements

The arguments to these fprintfs are int not long int so
the format specifier should be "%d" and not "%ld". This
was writing garbage in the linux build.

Change-Id: I3d2aa8a448d52e6dc08858d825bf394929b47cf3
vp8/encoder/onyx_if.c