mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-28 13:40:55 +00:00
10l
Originally committed as revision 3466 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
bd368b565b
commit
48cb67c62a
@ -281,7 +281,7 @@ static void generate_len_table(uint8_t *dst, uint64_t *stats, int size){
|
|||||||
for(len=0; up[index] != -1; len++)
|
for(len=0; up[index] != -1; len++)
|
||||||
index= up[index];
|
index= up[index];
|
||||||
|
|
||||||
if(len > 32) break;
|
if(len >= 32) break;
|
||||||
|
|
||||||
dst[i]= len;
|
dst[i]= len;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user