Skip to content

Commit

Permalink
Remove example changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jonoomph committed Nov 23, 2022
1 parent 70db069 commit 2defcc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Example.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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++)
{
Expand Down

0 comments on commit 2defcc5

Please sign in to comment.