diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-02-21 21:42:44 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-04-19 23:04:32 +0100 |
| commit | 89aa9d4ba69e471949f791cdafe4ae20cea554d2 (patch) | |
| tree | a8260555268d392292775a2851d8780e5612091b /src/lib/decoder_part.h | |
| parent | 7db99ef207c68910ee96a3e806c9832e8f90b219 (diff) | |
Various fixes to push audio vaguely in the right direction.
Diffstat (limited to 'src/lib/decoder_part.h')
| -rw-r--r-- | src/lib/decoder_part.h | 2 |
1 files changed, 1 insertions, 1 deletions
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> log); virtual ~DecoderPart () {} - virtual boost::optional<ContentTime> position () const = 0; + virtual ContentTime position () const = 0; void set_ignore () { _ignore = true; |
