From bb4e23344b03c4f0947852530e13885035a6c3fb Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Wed, 4 Sep 2013 10:12:20 +0100 Subject: switch to h264 codec --- rotord/src/rotor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rotord/src/rotor.cpp') diff --git a/rotord/src/rotor.cpp b/rotord/src/rotor.cpp index 23f82d7..616e128 100755 --- a/rotord/src/rotor.cpp +++ b/rotord/src/rotor.cpp @@ -34,7 +34,7 @@ Node_factory::Node_factory(){ add_type("random",new Random()); //nodes_drawing.h add_type("shape",new Shape()); - add_type("hello",new Hello_draw()); + add_type("text",new Text()); add_type("waves",new Waves()); //nodes_filters.h add_type("blur",new Blur()); -- cgit v1.2.3