Found a one line bug fix for EDL issues
#1
I have a very simple one line fix for one of the issues reported here: http://trac.xbmc.org/ticket/6806. How do I go about submitting this fix?

Basically all that needs to be done is change line 1863 of the DVDPlayer.cpp file from:

seek += GetTime();

to:

seek += GetTime() + m_Edl.TotalCutTime();

This is from SVN 21183.

Thanks,
Harry

P.S. I added this to the ticket mentioned above, but I'm just wondering if there's anything else that needs to be done to submit this bug fix.
Reply

Logout Mark Read Team Forum Stats Members Help
Found a one line bug fix for EDL issues0