X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fdcp_decoder.cc;h=b7397099c3e8c97f34d28a2fd9224cd8db7f279f;hb=a28ef704adf8c5bfa45b3d6285f741af64758ceb;hp=e384e123045bd32966fb1b06bc584129f22be061;hpb=804f43474bba7008bf68fc9189793c89c512a944;p=dcpomatic.git diff --git a/src/lib/dcp_decoder.cc b/src/lib/dcp_decoder.cc index e384e1230..b7397099c 100644 --- a/src/lib/dcp_decoder.cc +++ b/src/lib/dcp_decoder.cc @@ -164,9 +164,6 @@ DCPDecoder::pass (PassReason reason, bool) } } - video->set_position (_next); - audio->set_position (_next); - subtitle->set_position (_next); _next += ContentTime::from_frames (1, vfr); if ((*_reel)->main_picture ()) {