]> git.sesse.net Git - mlt/commitdiff
Remove pessimization in mlt_properties.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 18 Jan 2014 02:07:47 +0000 (03:07 +0100)
committerDan Dennedy <dan@dennedy.org>
Sun, 26 Jan 2014 20:42:44 +0000 (12:42 -0800)
This attempt at optimization is actually detrimental on modern CPUs.
Removing it helps playback speed ~0.3%. mlt_properties_get_data() is now
down to ~0.6%.


No differences found