<div dir="ltr">Hi,<div><br></div><div>Thanks for review, I've sent a new version.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jan 6, 2016 at 7:06 PM, Nikolay Sivov <span dir="ltr"><<a href="mailto:bunglehead@gmail.com" target="_blank">bunglehead@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 05.01.2016 14:13, Anton Baskanov wrote:<br>
> Signed-off-by: Anton Baskanov <<a href="mailto:baskanov@gmail.com">baskanov@gmail.com</a>><br>
> ---<br>
>  dlls/quartz/filtergraph.c | 3 +++<br>
>  1 file changed, 3 insertions(+)<br>
><br>
> diff --git a/dlls/quartz/filtergraph.c b/dlls/quartz/filtergraph.c<br>
> index 5b4b080..5cb670e 100644<br>
> --- a/dlls/quartz/filtergraph.c<br>
> +++ b/dlls/quartz/filtergraph.c<br>
> @@ -2530,6 +2530,9 @@ static HRESULT WINAPI MediaSeeking_ConvertTimeFormat(IMediaSeeking *iface, LONGL<br>
>      if (!pSourceFormat)<br>
>          pSourceFormat = &This->timeformatseek;<br>
><br>
> +    if (!pTargetFormat)<br>
> +        pTargetFormat = &This->timeformatseek;<br>
> +<br>
>      if (IsEqualGUID(pTargetFormat, pSourceFormat))<br>
>          *pTarget = Source;<br>
>      else<br>
><br>
<br>
</span>Hi, Anton.<br>
<br>
According to msdn this looks correct to me. Could you add a simple test<br>
for that? Let's say one test with both formats as NULL; and a couple<br>
more with one format being NULL and another set to current format.<br>
<br>
Looks like it could be added easily to test_mediacontrol() as it has<br>
everything you'd need.<br>
</blockquote></div><br></div>