mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
out of array read fix
Originally committed as revision 5142 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
5d9db9c4a9
commit
3aeefb93c8
@ -274,8 +274,8 @@ const uint16_t ff_mba_max[6]={
|
||||
47, 98, 395,1583,6335,9215
|
||||
};
|
||||
|
||||
const uint8_t ff_mba_length[6]={
|
||||
6, 7, 9, 11, 13, 14
|
||||
const uint8_t ff_mba_length[7]={
|
||||
6, 7, 9, 11, 13, 14, 14
|
||||
};
|
||||
|
||||
const uint8_t ff_h263_loop_filter_strength[32]={
|
||||
|
Loading…
Reference in New Issue
Block a user