]> git.sesse.net Git - kdenlive/commit
Improve compatibility with MLT's new profile (de)serialization.
authorDan Dennedy <dan@dennedy.org>
Thu, 14 Oct 2010 06:27:19 +0000 (06:27 +0000)
committerDan Dennedy <dan@dennedy.org>
Thu, 14 Oct 2010 06:27:19 +0000 (06:27 +0000)
commit5aea53223f5f324cdb04e02488f3bc7c16958f62
tree6f0081b9bcbcb4c9a043a753a839afc08b81684f
parent5ad2f145907a6b1f5b69a5bd7a1d1c8fa8b2d934
Improve compatibility with MLT's new profile (de)serialization.

A null profile prevents MLT from serializing profile information.
There was something strange happening when switching profiles where it
would apply the previous profile's frame rate to the new profile.

There is still a framerate-related bug when you close Kdenlive with a project
profile whose frame rate is different than the default, re-open Kdenlive,
and then use the default profile!

svn path=/trunk/kdenlive/; revision=4995
src/renderer.cpp