From 43a7bc94c718c7f6e90aafeacd2a2b82712341c6 Mon Sep 17 00:00:00 2001 From: ben Date: Thu, 24 Jan 2008 19:20:19 +0000 Subject: array was defined for 6 elements while 7 were declared git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25848 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/stream_dvdnav.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream') diff --git a/stream/stream_dvdnav.c b/stream/stream_dvdnav.c index cc2a5170d9..c28eed8eb0 100644 --- a/stream/stream_dvdnav.c +++ b/stream/stream_dvdnav.c @@ -414,7 +414,7 @@ static void show_audio_subs_languages(dvdnav_t *nav) { uint8_t lg; uint16_t i, lang, format, id, channels; - int base[6] = {128, 0, 0, 0, 160, 136, 0}; + int base[7] = {128, 0, 0, 0, 160, 136, 0}; char tmp[3]; for(i=0; i<8; i++) { -- cgit v1.2.3