summaryrefslogtreecommitdiff
path: root/src/lib/decoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-04-09 23:43:00 +0100
committerCarl Hetherington <cth@carlh.net>2013-04-09 23:43:00 +0100
commitb66010a281acd3e3e58ef7202bce55023fc29d7f (patch)
treee23ee83991adef3577caf8dd605f5ce06d00704c /src/lib/decoder.h
parente94cd129dcd66a76210880bfdf19d27f7992651b (diff)
Merge ImageMagick and FFmpeg content into VideoContent list; remove seek_to_last hacks.
Diffstat (limited to 'src/lib/decoder.h')
-rw-r--r--src/lib/decoder.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/decoder.h b/src/lib/decoder.h
index 34accf6c7..0fffef257 100644
--- a/src/lib/decoder.h
+++ b/src/lib/decoder.h
@@ -56,7 +56,6 @@ public:
virtual bool pass () = 0;
virtual bool seek (double);
- virtual bool seek_to_last ();
protected:
boost::shared_ptr<const Film> _film;