summaryrefslogtreecommitdiff
path: root/src/lib/decoder_part.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/decoder_part.cc')
-rw-r--r--src/lib/decoder_part.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/decoder_part.cc b/src/lib/decoder_part.cc
index f210bd7ae..6d53e4a77 100644
--- a/src/lib/decoder_part.cc
+++ b/src/lib/decoder_part.cc
@@ -34,5 +34,5 @@ DecoderPart::DecoderPart (Decoder* parent, shared_ptr<Log> log)
void
DecoderPart::maybe_seek (ContentTime time, bool accurate)
{
- _parent->maybe_seek (_position, time, accurate);
+ _parent->maybe_seek (position(), time, accurate);
}