summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg_content.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-13 11:01:10 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-13 11:01:10 +0100
commitc719feb3cc4a5627827f8576a9b34756f701d59d (patch)
treecd3d016956e5da693fdd048440d532cd6b3fe2d5 /src/lib/ffmpeg_content.cc
parent4981bba0d5103dc92dba5d5f79d5296dd2078402 (diff)
Various fixes to PTS mangling.
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)