diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-09 22:56:47 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-09 22:56:47 +0100 |
| commit | c37d4e41da190144806463387fdbe64e65196730 (patch) | |
| tree | ab96f3928470913f202477b645cb80b8e37ddf41 /src/lib/imagemagick_decoder.h | |
| parent | df52b97f307605aad15ab5f01c8fdcf93afc9d15 (diff) | |
Hopefully fix seek back/forward.
Diffstat (limited to 'src/lib/imagemagick_decoder.h')
| -rw-r--r-- | src/lib/imagemagick_decoder.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/imagemagick_decoder.h b/src/lib/imagemagick_decoder.h index 286f47337..3e551c3b7 100644 --- a/src/lib/imagemagick_decoder.h +++ b/src/lib/imagemagick_decoder.h @@ -34,8 +34,7 @@ public: /* Decoder */ void pass (); - void seek (VideoContent::Frame); - void seek_back (); + void seek (VideoContent::Frame, bool); bool done () const; private: |
