Typo in previous.
authorCarl Hetherington <cth@carlh.net>
Thu, 8 Dec 2016 11:43:45 +0000 (11:43 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 8 Dec 2016 11:43:45 +0000 (11:43 +0000)
src/lib/decoder.cc

index e538a51d4af06a65c718e4eae0a5c8dfee46c993..114e2ebb4c509b5c52fa975a66ba1907021a1882 100644 (file)
@@ -26,7 +26,7 @@ using std::cout;
 using boost::optional;
 
 void
-Decoder::maybe_seek (opional<ContentTime> position, ContentTime time, bool accurate)
+Decoder::maybe_seek (optional<ContentTime> position, ContentTime time, bool accurate)
 {
        if (position && (time >= position.get() && time < (position.get() + ContentTime::from_seconds(1)))) {
                /* No need to seek: caller should just pass() */