[MPlayer-cvslog] r25848 - trunk/stream/stream_dvdnav.c

ben subversion at mplayerhq.hu
Thu Jan 24 20:20:19 CET 2008


Author: ben
Date: Thu Jan 24 20:20:19 2008
New Revision: 25848

Log:
array was defined for 6 elements while 7 were declared



Modified:
   trunk/stream/stream_dvdnav.c

Modified: trunk/stream/stream_dvdnav.c
==============================================================================
--- trunk/stream/stream_dvdnav.c	(original)
+++ trunk/stream/stream_dvdnav.c	Thu Jan 24 20:20:19 2008
@@ -414,7 +414,7 @@ static void show_audio_subs_languages(dv
 {
   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++)
   {



More information about the MPlayer-cvslog mailing list