Merge "vp9_postproc: remove useless self-assign"

This commit is contained in:
James Zern 2013-07-12 15:41:41 -07:00 committed by Gerrit Code Review
commit c9a2a06c20

View File

@ -411,7 +411,7 @@ static void fillrd(struct postproc_state *state, int q, int a) {
}
for (next = next; next < 256; next++)
for (; next < 256; next++)
char_dist[next] = 0;
}