Merge "vp9_postproc: remove useless self-assign"
This commit is contained in:
commit
c9a2a06c20
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user