You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Remove example changes
This commit is contained in:
@@ -24,7 +24,7 @@ using namespace openshot;
|
||||
int main(int argc, char* argv[]) {
|
||||
|
||||
// FFmpeg Reader performance test
|
||||
FFmpegReader r9("/home/jonathan/Downloads/project-29/f5b6c409-1ecc-49cd-8660-478acf152dce.webm");
|
||||
FFmpegReader r9("/home/jonathan/Downloads/pts-test-files/broken-files/lady-talking-1.mp4");
|
||||
r9.Open();
|
||||
for (long int frame = 1; frame <= r9.info.video_length; frame++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user