# HG changeset patch # User michael # Date 1142025649 0 # Node ID 204080942ce2c0af2f7d323cbe9ef57fd4763ce2 # Parent f327101488bd10bd6d69d762fe9794f4b4347641 out of array read fix diff -r f327101488bd -r 204080942ce2 h263data.h --- a/h263data.h Fri Mar 10 20:58:42 2006 +0000 +++ b/h263data.h Fri Mar 10 21:20:49 2006 +0000 @@ -274,8 +274,8 @@ 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]={