From 01e9a45335922f181ce835b02e3c44a4f12f0d33 Mon Sep 17 00:00:00 2001 From: Thulinma Date: Thu, 29 Oct 2015 16:50:36 +0100 Subject: [PATCH] Clarified comment --- src/input/input_mp4.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/input/input_mp4.cpp b/src/input/input_mp4.cpp index b8e2011a..450dc44f 100644 --- a/src/input/input_mp4.cpp +++ b/src/input/input_mp4.cpp @@ -522,7 +522,8 @@ namespace Mist { }//while over stsc if (vidTrack){ //something wrong with the time formula, but the answer is right for some reason - /// \todo Fix this. This makes no sense whatsoever. + /// \todo Fix this. This makes no sense whatsoever. This isn't frame per kilosecond, but milli-STCO-entries per second. + // (A single STCO entry may be more than 1 part, and 1 part may be a partial frame or multiple frames) if (stcoIs64){ myMeta.tracks[trackNo].fpks = (((double)(((MP4::CO64*)&stcoBox)->getEntryCount()*1000))/((totaldur*1000)/timeScale))*1000; }else{