mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-01 01:50:35 +00:00
Error when finding invalid data
This commit is contained in:
@@ -574,10 +574,9 @@ TrackBuffersManager::SegmentParserLoop()
|
||||
continue;
|
||||
}
|
||||
// We have neither an init segment nor a media segment, this is invalid
|
||||
// data. However, as we do not remove any bytes that are supposed to be
|
||||
// ignored, we simply ignore them.
|
||||
MSE_DEBUG("Found invalid data, ignoring for now");
|
||||
NeedMoreData();
|
||||
// data.
|
||||
MSE_DEBUG("Found invalid data");
|
||||
RejectAppend(NS_ERROR_FAILURE, __func__);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user