diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-12-18 21:13:53 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-12-18 21:13:53 +0000 |
| commit | 602fd58eff38fdfccc489b9f77b3ff0ca0009566 (patch) | |
| tree | f44645730c3b412fcc0c79f4bca73260567a362d /src/lib/decoder.h | |
| parent | 039a55081427b1ff0026cd6b9ca787526d37ef92 (diff) | |
| parent | 0330d9b2924767d9240c5a25e9ed4327eb0a73bd (diff) | |
Fix merge.
Diffstat (limited to 'src/lib/decoder.h')
| -rw-r--r-- | src/lib/decoder.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/lib/decoder.h b/src/lib/decoder.h index b8278ff80..3908afa2f 100644 --- a/src/lib/decoder.h +++ b/src/lib/decoder.h @@ -58,10 +58,8 @@ public: virtual ~Decoder () {} virtual bool pass () = 0; - /** Seek. - * @return true on error. - */ - virtual bool seek (SourceFrame); + virtual bool seek (double); + virtual bool seek_to_last (); boost::signals2::signal<void()> OutputChanged; |
