summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
Diffstat (limited to 'stream')
-rw-r--r--stream/stream_dvdnav.c2
1 files changed, 1 insertions, 1 deletions
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++)
{