mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 11:26:10 +00:00
quartz: Data may be incomplete at the end of file so do not assert if we have less data than expected.
This commit is contained in:
parent
7788c8ed0d
commit
74c07a141e
1 changed files with 0 additions and 1 deletions
|
@ -176,7 +176,6 @@ static HRESULT FillBuffer(MPEGSplitterImpl *This, IMediaSample *pCurrentSample)
|
|||
|
||||
/* Find the next valid header.. it <SHOULD> be right here */
|
||||
assert(parse_header(fbuf, &length, &This->position) == S_OK);
|
||||
assert(length == len || length + 4 == len);
|
||||
IMediaSample_SetActualDataLength(pCurrentSample, length);
|
||||
|
||||
/* Queue the next sample */
|
||||
|
|
Loading…
Reference in a new issue