]> git.sesse.net Git - mlt/commit
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)
commit085b396435ba5e1f784aee97e4b0b33659392876
treea00234b85583a4387b4e3a647c69d515b3a2207a
parent1aa26da9547caaa99cf76ad28e1c609a75a3f554
Remove pessimization in mlt_properties.

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%.
src/framework/mlt_properties.c