Remove example changes

This commit is contained in:
Jonathan Thomas
2022-11-23 12:52:32 -06:00
parent 70db06947d
commit 2defcc58d0

View File

@@ -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++)
{