summaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/main.cpp b/main.cpp
index ff9dc22..c5605c3 100644
--- a/main.cpp
+++ b/main.cpp
@@ -316,13 +316,13 @@ int main(int argc, char *argv[]) {
ui UI = {};
- File.NumberOfSources = 2;
- File.Source[0] = (char *)AllocateMemory(&Memory, STRING_SIZE, F_Strings);
- File.Source[1] = (char *)AllocateMemory(&Memory, STRING_SIZE, F_Strings);
- sprintf(File.Source[0], "../asset/b.jpg");
- sprintf(File.Source[1], "../asset/24.mp4");
- CreateLayerFromSource(&File, &State, &Memory, File.Source[0]);
- CreateLayerFromSource(&File, &State, &Memory, File.Source[1]);
+ // File.NumberOfSources = 2;
+ // File.Source[0] = (char *)AllocateMemory(&Memory, STRING_SIZE, F_Strings);
+ // File.Source[1] = (char *)AllocateMemory(&Memory, STRING_SIZE, F_Strings);
+ // sprintf(File.Source[0], "../asset/b.jpg");
+ // sprintf(File.Source[1], "../asset/24.mp4");
+ // CreateLayerFromSource(&File, &State, &Memory, File.Source[0]);
+ // CreateLayerFromSource(&File, &State, &Memory, File.Source[1]);
#if 1
// shm_unlink("/testl");