quartz: Fix its vs it's typo.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
a6c47d7323
commit
efe94aea18
|
@ -172,7 +172,7 @@ static HRESULT WINAPI AVIDec_Receive(TransformFilter *tf, IMediaSample *pSample)
|
|||
if (res != ICERR_OK)
|
||||
ERR("Error occurred during the decompression (%x)\n", res);
|
||||
|
||||
/* Drop sample if its intended to be dropped */
|
||||
/* Drop sample if it's intended to be dropped */
|
||||
if (flags & ICDECOMPRESS_HURRYUP) {
|
||||
hr = S_OK;
|
||||
goto error;
|
||||
|
|
Loading…
Reference in New Issue