- sync quartz with Wine 1.1.23

svn path=/trunk/; revision=41432
This commit is contained in:
Kamil Hornicek 2009-06-17 10:31:16 +00:00
parent eba7cda7a0
commit 8519197da3
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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 */