[mythtv-users] pixalated live tv images

Peter Bennett cats22 at comcast.net
Fri Nov 4 14:22:36 UTC 2016


On 11/04/2016 09:42 AM, Peter Bennett wrote:
> On 11/04/2016 12:13 AM, Kevin Calvert wrote:
>> Ooops, sorry. I had to use...
>>
>> git apply --ignore-space-change --ignore-whitespace
>> /srv/storage/mythtv/20161103_vdpau_livetv_artifacts.patch
>>
>> Short viewing, but I'm not seeing the issue so far.
>>
>> I'm actually heading to bed now but I'll certainly be giving this more
>> of a look tomorrow. But it's looking good.
> I don't know what "git apply" is complaining about. I will look into it.
> The patch was generated by "git diff" so should be OK.
>
> I have not used "git apply". I usually use
>
> patch -p1 <filename
>
> Thanks for testing this. Let me know if you see any problems.
>
> Peter
>
Kevin
You saw this
lr at lr:~/mythtv$ git apply
/srv/storage/mythtv/20161103_vdpau_livetv_artifacts.patch
/srv/storage/mythtv/20161103_vdpau_livetv_artifacts.patch:10: trailing
whitespace.
    if (m_osd_painter)
/srv/storage/mythtv/20161103_vdpau_livetv_artifacts.patch:15: trailing
whitespace.
        m_osd_painter->Teardown();
/srv/storage/mythtv/20161103_vdpau_livetv_artifacts.patch:19: trailing
whitespace.
        m_osd_painter = NULL;
/srv/storage/mythtv/20161103_vdpau_livetv_artifacts.patch:31: trailing
whitespace.
        gl_painter->Teardown();
/srv/storage/mythtv/20161103_vdpau_livetv_artifacts.patch:43: trailing
whitespace.
        m_osd_painter->Teardown();


I checked, there is no trailing whitespace on those lines in the file I
sent. I ran "git checkout ." and "git apply
../patch/20161103_vdpau_livetv_artifacts.patch" and it patched
successfully without any error messages. Is it possible that you edited
the patch file with a MSDOS/Windows editor and got line endings changed,
or something else happened to the file? Maybe you copied and pasted from
the email instead of saving the file? Maybe the email program did
something to it?

Peter



More information about the mythtv-users mailing list