mov: 10l: Terminate string with 0 not '0'
This commit is contained in:
parent
8fb22c3d47
commit
7ad06beb2c
@ -2380,7 +2380,7 @@ static void mov_read_chapters(AVFormatContext *s)
|
||||
else {
|
||||
AV_WB16(title, ch);
|
||||
if (len == 1 || len == 2)
|
||||
title[len] = '0';
|
||||
title[len] = 0;
|
||||
else
|
||||
avio_get_str(sc->pb, len - 2, title + 2, title_len - 2);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user