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
This commit is contained in:
Adrian Grange
2013-12-11 10:44:50 -08:00
parent e7922a5b70
commit 8af3e6507e
2 changed files with 14 additions and 18 deletions

View File

@@ -1238,7 +1238,6 @@ int vp8_regulate_q(VP8_COMP *cpi, int target_bits_per_frame)
{
Q = cpi->oxcf.gold_q;
}
}
else
{