Various fixes to push audio vaguely in the right direction.
[dcpomatic.git] / src / lib / dcp_decoder.cc
index e7f04a0619ac57028b0e375b2f2af05eec1e1c54..0b99e8dd08f36f42d60da9e6559241db00b32411 100644 (file)
@@ -210,8 +210,10 @@ DCPDecoder::get_readers ()
 }
 
 void
-DCPDecoder::seek (ContentTime t, bool)
+DCPDecoder::seek (ContentTime t, bool accurate)
 {
+       Decoder::seek (t, accurate);
+
        _reel = _reels.begin ();
        _offset = 0;
        get_readers ();