<div dir="ltr">Peter,<div><br></div><div>I didn't. I did a straight download. I also looked into the patch file after those errors and didn't see anything it was complaining about either. But the additional ignore  arguments cleared up whatever there was.</div><div><br></div><div>Either way, I probably got about 30 minutes this morning to watch live tv and would definitely say that your teardown edits fixed it. I could instantly see the issue before, all the time, and I didn't see it once after this latest patch.</div><div><br></div><div>Definitely appreciate it, again.</div></div><br><div class="gmail_quote"><div dir="ltr">On Fri, Nov 4, 2016 at 10:22 AM Peter Bennett <<a href="mailto:cats22@comcast.net">cats22@comcast.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 11/04/2016 09:42 AM, Peter Bennett wrote:<br class="gmail_msg">
> On 11/04/2016 12:13 AM, Kevin Calvert wrote:<br class="gmail_msg">
>> Ooops, sorry. I had to use...<br class="gmail_msg">
>><br class="gmail_msg">
>> git apply --ignore-space-change --ignore-whitespace<br class="gmail_msg">
>> /srv/storage/mythtv/20161103_vdpau_livetv_artifacts.patch<br class="gmail_msg">
>><br class="gmail_msg">
>> Short viewing, but I'm not seeing the issue so far.<br class="gmail_msg">
>><br class="gmail_msg">
>> I'm actually heading to bed now but I'll certainly be giving this more<br class="gmail_msg">
>> of a look tomorrow. But it's looking good.<br class="gmail_msg">
> I don't know what "git apply" is complaining about. I will look into it.<br class="gmail_msg">
> The patch was generated by "git diff" so should be OK.<br class="gmail_msg">
><br class="gmail_msg">
> I have not used "git apply". I usually use<br class="gmail_msg">
><br class="gmail_msg">
> patch -p1 <filename<br class="gmail_msg">
><br class="gmail_msg">
> Thanks for testing this. Let me know if you see any problems.<br class="gmail_msg">
><br class="gmail_msg">
> Peter<br class="gmail_msg">
><br class="gmail_msg">
Kevin<br class="gmail_msg">
You saw this<br class="gmail_msg">
lr@lr:~/mythtv$ git apply<br class="gmail_msg">
/srv/storage/mythtv/20161103_vdpau_livetv_artifacts.patch<br class="gmail_msg">
/srv/storage/mythtv/20161103_vdpau_livetv_artifacts.patch:10: trailing<br class="gmail_msg">
whitespace.<br class="gmail_msg">
    if (m_osd_painter)<br class="gmail_msg">
/srv/storage/mythtv/20161103_vdpau_livetv_artifacts.patch:15: trailing<br class="gmail_msg">
whitespace.<br class="gmail_msg">
        m_osd_painter->Teardown();<br class="gmail_msg">
/srv/storage/mythtv/20161103_vdpau_livetv_artifacts.patch:19: trailing<br class="gmail_msg">
whitespace.<br class="gmail_msg">
        m_osd_painter = NULL;<br class="gmail_msg">
/srv/storage/mythtv/20161103_vdpau_livetv_artifacts.patch:31: trailing<br class="gmail_msg">
whitespace.<br class="gmail_msg">
        gl_painter->Teardown();<br class="gmail_msg">
/srv/storage/mythtv/20161103_vdpau_livetv_artifacts.patch:43: trailing<br class="gmail_msg">
whitespace.<br class="gmail_msg">
        m_osd_painter->Teardown();<br class="gmail_msg">
<br class="gmail_msg">
<br class="gmail_msg">
I checked, there is no trailing whitespace on those lines in the file I<br class="gmail_msg">
sent. I ran "git checkout ." and "git apply<br class="gmail_msg">
../patch/20161103_vdpau_livetv_artifacts.patch" and it patched<br class="gmail_msg">
successfully without any error messages. Is it possible that you edited<br class="gmail_msg">
the patch file with a MSDOS/Windows editor and got line endings changed,<br class="gmail_msg">
or something else happened to the file? Maybe you copied and pasted from<br class="gmail_msg">
the email instead of saving the file? Maybe the email program did<br class="gmail_msg">
something to it?<br class="gmail_msg">
<br class="gmail_msg">
Peter<br class="gmail_msg">
<br class="gmail_msg">
_______________________________________________<br class="gmail_msg">
mythtv-users mailing list<br class="gmail_msg">
<a href="mailto:mythtv-users@mythtv.org" class="gmail_msg" target="_blank">mythtv-users@mythtv.org</a><br class="gmail_msg">
<a href="http://lists.mythtv.org/mailman/listinfo/mythtv-users" rel="noreferrer" class="gmail_msg" target="_blank">http://lists.mythtv.org/mailman/listinfo/mythtv-users</a><br class="gmail_msg">
<a href="http://wiki.mythtv.org/Mailing_List_etiquette" rel="noreferrer" class="gmail_msg" target="_blank">http://wiki.mythtv.org/Mailing_List_etiquette</a><br class="gmail_msg">
MythTV Forums: <a href="https://forum.mythtv.org" rel="noreferrer" class="gmail_msg" target="_blank">https://forum.mythtv.org</a><br class="gmail_msg">
</blockquote></div>