提交 48cb67c6 编写于 作者: M Michael Niedermayer

10l

Originally committed as revision 3466 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 bd368b56
......@@ -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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册