GNOME Bugzilla – Bug 744371
simplevideomark: move offset calculations out of inner loops
Last modified: 2015-02-19 11:55:19 UTC
the calculations for drawing the videomark is being repeated in for loop unnecessarily. Moving this outside of for loop such that the code need not be executed evertime the loop is executed.
Created attachment 296653 [details] [review] Refactored simplevideomark
Created attachment 296656 [details] [review] Refactored simplevideomark
commit 413a60959d34f7a3c75237a567ff768308c75d05 Author: Vineeth T M <vineeth.tm@samsung.com> Date: Thu Feb 12 12:04:44 2015 +0530 simplevideomark: refactor code the calculations for drawing the videomark is being repeated in for loop unnecessarily. Moving this outside of for loop such that the code need not be executed evertime the loop is executed. https://bugzilla.gnome.org/show_bug.cgi?id=744371