mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 12:23:29 +00:00
- sync quartz with Wine 1.1.23
svn path=/trunk/; revision=41432
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user