X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;ds=inline;f=cinelerra-5.1%2Fplugins%2F1080to540%2F1080to540.C;fp=cinelerra-5.1%2Fplugins%2F1080to540%2F1080to540.C;h=ecf9a0f82af619a31cb61b4686ad70c6f249686a;hb=b2eb290b3f6e5c233393017aa152e67c76243130;hp=64bbbb53d9eb984d67eba6f8a306b504c9533f46;hpb=c0fe374d9f9ab1653e9cc2edb41afb076eeae69f;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/1080to540/1080to540.C b/cinelerra-5.1/plugins/1080to540/1080to540.C index 64bbbb53..ecf9a0f8 100644 --- a/cinelerra-5.1/plugins/1080to540/1080to540.C +++ b/cinelerra-5.1/plugins/1080to540/1080to540.C @@ -259,7 +259,7 @@ int _1080to540Main::process_realtime(VFrame *input, VFrame *output) void _1080to540Main::save_data(KeyFrame *keyframe) { FileXML output; - output.set_shared_output(keyframe->get_data(), MESSAGESIZE); + output.set_shared_output(keyframe->xbuf); output.tag.set_title("1080TO540"); output.tag.set_property("FIRST_FIELD", config.first_field); output.append_tag(); @@ -272,7 +272,7 @@ void _1080to540Main::save_data(KeyFrame *keyframe) void _1080to540Main::read_data(KeyFrame *keyframe) { FileXML input; - input.set_shared_input(keyframe->get_data(), strlen(keyframe->get_data())); + input.set_shared_input(keyframe->xbuf); while(!input.read_tag()) {