This isn't tracked as part of the elementID anymore

This commit is contained in:
Scott Wheeler 2015-05-18 16:53:12 +02:00
parent ffb543acbb
commit 941efcba18

View File

@ -229,7 +229,6 @@ void ChapterFrame::parseFields(const ByteVector &data)
int pos = 0, embPos = 0;
d->elementID = readStringField(data, String::Latin1, &pos).data(String::Latin1);
d->elementID.append(char(0));
d->startTime = data.toUInt(pos, true);
pos += 4;
d->endTime = data.toUInt(pos, true);