X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fdecoder_part.cc;h=bcddcb785dde11b1c81e1cb5bc2d67b251b82520;hb=fe933ebb2c55b4235fcba5d02af2ba91c272fc88;hp=9ae9633e142499b30732672667afc0d1e9e49ec4;hpb=f113b2aaca7a65f7b37e12a7d9f3f99e2d834e81;p=dcpomatic.git diff --git a/src/lib/decoder_part.cc b/src/lib/decoder_part.cc index 9ae9633e1..bcddcb785 100644 --- a/src/lib/decoder_part.cc +++ b/src/lib/decoder_part.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2012-2016 Carl Hetherington + Copyright (C) 2012-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -18,18 +18,14 @@ */ + #include "decoder_part.h" #include "decoder.h" + DecoderPart::DecoderPart (Decoder* parent) : _parent (parent) , _ignore (false) { } - -void -DecoderPart::maybe_seek (ContentTime time, bool accurate) -{ - _parent->maybe_seek (_position, time, accurate); -}