]> granicus.if.org Git - libvpx/commit
Added missing format specifier in print statement
authorAdrian Grange <agrange@google.com>
Thu, 10 Mar 2011 20:43:49 +0000 (12:43 -0800)
committerAdrian Grange <agrange@google.com>
Thu, 10 Mar 2011 20:43:49 +0000 (12:43 -0800)
commit6daacdb785f34efcf3c8600c65590199e79847d6
treed2c63a92e5049abe9cae3809f40d6384a90ad100
parented40ff9e2dfb261db4ab1dd5d5f984a2b59cf936
Added missing format specifier in print statement

Printout of firstpass stats for frame had one fewer
format specifiers than arguments.

Change-Id: I5a42c85aa79c471e1a70afd75e24a91546b7a1cd
vp8/encoder/firstpass.c