From 7b48c50921cb862d13dc95a0751049d2df14a458 Mon Sep 17 00:00:00 2001 From: Martchus Date: Mon, 14 Mar 2016 22:04:14 +0100 Subject: [PATCH] show file structure of QuickTime files --- misc/htmlinfo.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/misc/htmlinfo.cpp b/misc/htmlinfo.cpp index 776baa2..52360aa 100644 --- a/misc/htmlinfo.cpp +++ b/misc/htmlinfo.cpp @@ -1029,6 +1029,7 @@ public: // structure switch(m_file.containerFormat()) { case ContainerFormat::Mp4: + case ContainerFormat::QuickTime: case ContainerFormat::Matroska: case ContainerFormat::Webm: case ContainerFormat::Ebml: @@ -1061,6 +1062,7 @@ public: m_rowMaker.startRow(QString()); switch(m_file.containerFormat()) { case ContainerFormat::Mp4: + case ContainerFormat::QuickTime: mkElementTree(static_cast(m_file.container())); break; case ContainerFormat::Matroska: