allow subtitle tracks with ContentEncodings
This is allowed by matroska spec Change-Id: I1842b6e7c6bab4ba0f86938bbe6b110be0c5435f
This commit is contained in:
		| @@ -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; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Lajos Molnar
					Lajos Molnar