Various work on the audio code.
[dcpomatic.git] / src / lib / dcp_decoder.cc
index 25c805d3f2ab74d8a9c77c7d7941d18a8e7aad93..665b5e560ccdd949c5a67b4fc4e67509800fb5d6 100644 (file)
@@ -155,6 +155,9 @@ DCPDecoder::pass ()
                }
        }
 
+       video->set_position (_next);
+       audio->set_position (_dcp_content->audio->stream(), _next);
+       subtitle->set_position (_next);
        _next += ContentTime::from_frames (1, vfr);
 
        if ((*_reel)->main_picture ()) {