diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-12-16 12:51:00 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-12-16 12:51:00 +0000 |
| commit | c726a221e619d22ad5253eaa6c3429bce557e111 (patch) | |
| tree | 7ede9f30ca2801b8bb0fdb44cd3615f85e488a9a /src/lib/decoder.cc | |
| parent | 9c58fcdb6fd8131c17456dd71c5c277a6b0ae053 (diff) | |
Various fixes.
Diffstat (limited to 'src/lib/decoder.cc')
| -rw-r--r-- | src/lib/decoder.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/decoder.cc b/src/lib/decoder.cc index 577894996..93ce2cdbb 100644 --- a/src/lib/decoder.cc +++ b/src/lib/decoder.cc @@ -57,7 +57,7 @@ Decoder::Decoder (boost::shared_ptr<Film> f, boost::shared_ptr<const Options> o, } -void +bool Decoder::seek (SourceFrame f) { throw DecodeError ("decoder does not support seek"); |
