Commit e105fcae authored by michael's avatar michael

10l


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3466 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent a646fb11
......@@ -281,7 +281,7 @@ static void generate_len_table(uint8_t *dst, uint64_t *stats, int size){
for(len=0; up[index] != -1; len++)
index= up[index];
if(len > 32) break;
if(len >= 32) break;
dst[i]= len;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment