Revision 773947ba libavformat/mov.c
libavformat/mov.c | ||
---|---|---|
2331 | 2331 |
avio_get_str16le(sc->pb, len, title, title_len); |
2332 | 2332 |
else { |
2333 | 2333 |
AV_WB16(title, ch); |
2334 |
get_strz(sc->pb, title + 2, len - 1);
|
|
2334 |
avio_get_str(sc->pb, len - 2, title + 2, title_len - 2);
|
|
2335 | 2335 |
} |
2336 | 2336 |
|
2337 | 2337 |
ff_new_chapter(s, i, st->time_base, sample->timestamp, end, title); |
Also available in: Unified diff