You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
More work on resolving memory leaks in FFmpegWriter
This commit is contained in:
@@ -84,6 +84,7 @@ int main(int argc, char* argv[])
|
||||
|
||||
// 147000 frames, 28100 frames
|
||||
//for (int frame = 1; frame <= (r9.info.video_length - 1); frame++)
|
||||
//for (int z = 0; z < 2; z++)
|
||||
for (int frame = 1; frame <= 1000; frame++)
|
||||
//int frame = 1;
|
||||
//while (true)
|
||||
|
||||
Reference in New Issue
Block a user