Various fixes to push audio vaguely in the right direction.
[dcpomatic.git] / src / lib / video_mxf_decoder.cc
index 7b4066f20eaaef204b48518aacbf7fba356d8c88..216721375fac0f832bf06c17dc5c117f890e50d1 100644 (file)
@@ -94,7 +94,8 @@ VideoMXFDecoder::pass ()
 }
 
 void
-VideoMXFDecoder::seek (ContentTime t, bool)
+VideoMXFDecoder::seek (ContentTime t, bool accurate)
 {
+       Decoder::seek (t, accurate);
        _next = t;
 }