Moved skip_true_count to macroblock struct

Change-Id: Ie9a26be7c9baa54a0e43a63ed6c77f2746477a9c
This commit is contained in:
Scott LaVarnway
2012-11-02 18:03:03 -07:00
committed by Gerrit Code Review
parent 7ee44eef13
commit 03c0af8747
6 changed files with 9 additions and 6 deletions

View File

@@ -396,7 +396,7 @@ void vp8_tokenize_mb(VP8_COMP *cpi, MACROBLOCK *x, TOKENEXTRA **t)
else
{
vp8_fix_contexts(xd);
cpi->skip_true_count++;
x->skip_true_count++;
}
return;