summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg_content.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/ffmpeg_content.cc')
-rw-r--r--src/lib/ffmpeg_content.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ffmpeg_content.cc b/src/lib/ffmpeg_content.cc
index 88fc6dbd2..f4e1b9e72 100644
--- a/src/lib/ffmpeg_content.cc
+++ b/src/lib/ffmpeg_content.cc
@@ -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)