diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-11-04 02:12:12 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-11-04 02:12:12 +0000 |
| commit | e193babcec6a26bc1ee83d99d009bd5a3751a5bc (patch) | |
| tree | 813d9e4c224a800ab60c5134dfa340168ed989f9 /src/lib/tiff_decoder.cc | |
| parent | fad1998b907232b01a46369a49b55129149613bb (diff) | |
Untested trim of start and end.
Diffstat (limited to 'src/lib/tiff_decoder.cc')
| -rw-r--r-- | src/lib/tiff_decoder.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/tiff_decoder.cc b/src/lib/tiff_decoder.cc index 9058fcc2a..e75f2c482 100644 --- a/src/lib/tiff_decoder.cc +++ b/src/lib/tiff_decoder.cc @@ -131,7 +131,7 @@ TIFFDecoder::audio_channel_layout () const } bool -TIFFDecoder::do_pass () +TIFFDecoder::pass () { if (_iter == _files.end ()) { return true; |
