]> granicus.if.org Git - libvpx/commit
Fix the printf format string
authorAdrian Grange <agrange@google.com>
Wed, 11 Dec 2013 18:44:50 +0000 (10:44 -0800)
committerAdrian Grange <agrange@google.com>
Wed, 11 Dec 2013 18:47:59 +0000 (10:47 -0800)
commit8af3e6507e742f600690908e4bf210ba5effd39e
tree046bdaff100c80aedf1aedc3028232cbc65b3a18
parente7922a5b70964dff3841fffec21550bb4e931891
Fix the printf format string

There were two problems with the format string in
the conditionally compiled print statement. It referred
to a variable that is no longer available and it used
incorrect format specifiers.

Change-Id: I315e22bea2691bb535a2e33f5ca206fc55287a37
vp8/encoder/onyx_if.c
vp8/encoder/ratectrl.c