diff options
Diffstat (limited to 'src/lib/video_decoder.h')
| -rw-r--r-- | src/lib/video_decoder.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/video_decoder.h b/src/lib/video_decoder.h index 8b199bd1d..c5e2ea4cf 100644 --- a/src/lib/video_decoder.h +++ b/src/lib/video_decoder.h @@ -55,6 +55,8 @@ public: return _position; } + void seek (); + void emit (boost::shared_ptr<const ImageProxy>, Frame frame); /** @return true if the emitted data was accepted, false if not */ |
