X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fplugins%2Frotate%2Frotate.C;fp=cinelerra-5.0%2Fplugins%2Frotate%2Frotate.C;h=0ebeb60d92bdc887937f525f005d4e18d2f3ee56;hb=59753f0e4cfeca734e46ca9ea6dac84cb92bfdce;hp=e3eb8dd5ef1fc312ad03ae7da43c53c5aaaba30a;hpb=bc872c7cea032325f9a7b5c1c6ad78ba0b6c32f9;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/plugins/rotate/rotate.C b/cinelerra-5.0/plugins/rotate/rotate.C index e3eb8dd5..0ebeb60d 100644 --- a/cinelerra-5.0/plugins/rotate/rotate.C +++ b/cinelerra-5.0/plugins/rotate/rotate.C @@ -643,6 +643,9 @@ void RotateEffect::save_data(KeyFrame *keyframe) output.tag.set_property("DRAW_PIVOT", (int)config.draw_pivot); // output.tag.set_property("INTERPOLATE", (int)config.bilinear); output.append_tag(); + output.tag.set_title("/ROTATE"); + output.append_tag(); + output.append_newline(); output.terminate_string(); // data is now in *text }