mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 13:45:50 +00:00
- sync quartz with Wine 1.1.23
svn path=/trunk/; revision=41432
This commit is contained in:
parent
eba7cda7a0
commit
8519197da3
2 changed files with 2 additions and 1 deletions
|
@ -278,6 +278,8 @@ static HRESULT ForwardCmdSeek( PCRITICAL_SECTION crit_sect, IBaseFilter* from, S
|
|||
IPin_Release( pin );
|
||||
}
|
||||
}
|
||||
IEnumPins_Release( enumpins );
|
||||
|
||||
if (foundend && allnotimpl)
|
||||
hr = E_NOTIMPL;
|
||||
else
|
||||
|
|
|
@ -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…
Add table
Add a link
Reference in a new issue