allow subtitle tracks with ContentEncodings
This is allowed by matroska spec Change-Id: I1842b6e7c6bab4ba0f86938bbe6b110be0c5435f
This commit is contained in:
parent
623d182613
commit
27bb7476dd
@ -5942,7 +5942,7 @@ long Tracks::ParseTrackEntry(long long track_start, long long track_size,
|
||||
if (v.start >= 0)
|
||||
return E_FILE_FORMAT_INVALID;
|
||||
|
||||
if (e.start >= 0)
|
||||
if (info.type == Track::kMetadata && e.start >= 0)
|
||||
return E_FILE_FORMAT_INVALID;
|
||||
|
||||
info.settings.start = -1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user