From b2942f412598bbc2d753b3ea39431bdabe533f40 Mon Sep 17 00:00:00 2001 From: "FeRD (Frank Dana)" Date: Mon, 12 Aug 2019 11:54:13 -0400 Subject: [PATCH] ExampleHtml.cpp updates --- src/examples/ExampleHtml.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/examples/ExampleHtml.cpp b/src/examples/ExampleHtml.cpp index 0148b6f7..feb1f153 100644 --- a/src/examples/ExampleHtml.cpp +++ b/src/examples/ExampleHtml.cpp @@ -33,6 +33,7 @@ #include #include "../../include/OpenShot.h" //#include "../../include/CrashHandler.h" +#include using namespace openshot; @@ -49,8 +50,7 @@ int main(int argc, char* argv[]) { ); r.Open(); // Open the reader - // XXX: Not implemented - // r.DisplayInfo(); + r.DisplayInfo(); /* WRITER ---------------- */ FFmpegWriter w9("/var/tmp/metadata.mp4");