From 3aeefb93c8cb1447b5869ebfe133aa7819055462 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 10 Mar 2006 21:20:49 +0000 Subject: out of array read fix Originally committed as revision 5142 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/h263data.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavcodec/h263data.h') diff --git a/libavcodec/h263data.h b/libavcodec/h263data.h index 2968531..01bcaed 100644 --- a/libavcodec/h263data.h +++ b/libavcodec/h263data.h @@ -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]={ -- cgit v1.1