diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-06-26 01:21:21 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-06-26 01:21:21 +0100 |
| commit | d0d584a7dde6de383302615634fdee17e9724fe8 (patch) | |
| tree | 884bda89f740ab69a86fa4fe1691e787629f8b29 /src/lib/decoder.h | |
| parent | 46cd0fe7b5b514f0d9456b25f670679cc584a218 (diff) | |
Hacks.
Diffstat (limited to 'src/lib/decoder.h')
| -rw-r--r-- | src/lib/decoder.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/lib/decoder.h b/src/lib/decoder.h index 391b9d19a..cfca6867f 100644 --- a/src/lib/decoder.h +++ b/src/lib/decoder.h @@ -29,8 +29,6 @@ #include <stdint.h> #include <boost/shared_ptr.hpp> #include <boost/signals2.hpp> -#include "video_source.h" -#include "audio_source.h" #include "film.h" class Image; @@ -54,24 +52,6 @@ public: */ virtual void pass () = 0; - /** Seek this decoder to as close as possible to some time, - * expressed relative to our source's start. - * @param t Time. - * @param a true to try hard to be accurate, otherwise false. - */ - virtual void seek (Time) = 0; - - /** Seek back one video frame */ - virtual void seek_back () = 0; - - /** Seek forward one video frame */ - virtual void seek_forward () = 0; - - /** @return Approximate time of the next content that we will emit, - * expressed relative to the start of our source. - */ - virtual Time position () const = 0; - virtual bool done () const = 0; protected: |
