From 89aa9d4ba69e471949f791cdafe4ae20cea554d2 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 21 Feb 2017 21:42:44 +0000 Subject: Various fixes to push audio vaguely in the right direction. --- src/lib/decoder_part.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/decoder_part.h') diff --git a/src/lib/decoder_part.h b/src/lib/decoder_part.h index 39f77e6e6..a9568be8a 100644 --- a/src/lib/decoder_part.h +++ b/src/lib/decoder_part.h @@ -33,7 +33,7 @@ public: DecoderPart (Decoder* parent, boost::shared_ptr log); virtual ~DecoderPart () {} - virtual boost::optional position () const = 0; + virtual ContentTime position () const = 0; void set_ignore () { _ignore = true; -- cgit v1.2.3