Commit f649c5ad authored by michael's avatar michael

out of array read fix


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5142 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 909440fc
...@@ -274,8 +274,8 @@ const uint16_t ff_mba_max[6]={ ...@@ -274,8 +274,8 @@ const uint16_t ff_mba_max[6]={
47, 98, 395,1583,6335,9215 47, 98, 395,1583,6335,9215
}; };
const uint8_t ff_mba_length[6]={ const uint8_t ff_mba_length[7]={
6, 7, 9, 11, 13, 14 6, 7, 9, 11, 13, 14, 14
}; };
const uint8_t ff_h263_loop_filter_strength[32]={ const uint8_t ff_h263_loop_filter_strength[32]={
......
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