comparison h263data.h @ 3187:204080942ce2 libavcodec

out of array read fix
author michael
date Fri, 10 Mar 2006 21:20:49 +0000
parents ef2149182f1c
children c537a97eec66
comparison
equal deleted inserted replaced
3186:f327101488bd 3187:204080942ce2
272 272
273 const uint16_t ff_mba_max[6]={ 273 const uint16_t ff_mba_max[6]={
274 47, 98, 395,1583,6335,9215 274 47, 98, 395,1583,6335,9215
275 }; 275 };
276 276
277 const uint8_t ff_mba_length[6]={ 277 const uint8_t ff_mba_length[7]={
278 6, 7, 9, 11, 13, 14 278 6, 7, 9, 11, 13, 14, 14
279 }; 279 };
280 280
281 const uint8_t ff_h263_loop_filter_strength[32]={ 281 const uint8_t ff_h263_loop_filter_strength[32]={
282 // 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 282 // 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
283 0, 1, 1, 2, 2, 3, 3, 4, 4, 4, 5, 5, 6, 6, 7, 7, 7, 8, 8, 8, 9, 9, 9,10,10,10,11,11,11,12,12,12 283 0, 1, 1, 2, 2, 3, 3, 4, 4, 4, 5, 5, 6, 6, 7, 7, 7, 8, 8, 8, 9, 9, 9,10,10,10,11,11,11,12,12,12