diff options
| author | Comment <tim@gray.(none)> | 2013-10-09 08:35:46 -0700 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2013-10-09 08:35:46 -0700 |
| commit | 995abf233bdff53f7066b0d9917b1296108a13c3 (patch) | |
| tree | f8a648cdefec5a555ad80dd495eb1cf34c3b49de /rotord/src/rotor.h | |
| parent | b6371faf2b8a87c3a60604f8fd25dd29a828e0da (diff) | |
default to non fragmented movie
Diffstat (limited to 'rotord/src/rotor.h')
| -rw-r--r-- | rotord/src/rotor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/src/rotor.h b/rotord/src/rotor.h index fcfc304..ebd827a 100644 --- a/rotord/src/rotor.h +++ b/rotord/src/rotor.h @@ -446,7 +446,7 @@ namespace Rotor { create_attribute("filename","name of video file to load","File name",""); create_attribute("frame_mode","frame mode","Frame mode","frame",{"frame","blend"}); create_attribute("time_mode","time mode","Time mode","play",{"play","stretch"}); - create_attribute("media_id","media_id","media_id","media_id"); + create_attribute("media_id","media_id","media_id","media_id"); //for rotorW title="Video loader"; description="Loads a video file"; UID="5b64b8ca-2d0a-11e3-92ed-4b7420b40040"; |
