Various fixes to PTS mangling.
[dcpomatic.git] / src / lib / ffmpeg_content.cc
index 88fc6dbd237c3aa09a020c474e91250f24865201..f4e1b9e72b44be79d63a759d80ec00e24735e559 100644 (file)
@@ -79,7 +79,7 @@ FFmpegContent::FFmpegContent (shared_ptr<const Film> f, shared_ptr<const cxml::N
                _filters.push_back (Filter::from_id ((*i)->content ()));
        }
 
-       _first_video = node->optional_number_child<Time> ("FirstVideo");
+       _first_video = node->optional_number_child<double> ("FirstVideo");
 }
 
 FFmpegContent::FFmpegContent (FFmpegContent const & o)