changeset 3187:204080942ce2 libavcodec

out of array read fix
author michael
date Fri, 10 Mar 2006 21:20:49 +0000
parents f327101488bd
children 04636faaa720
files h263data.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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]={