diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-12-10 22:20:39 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-12-10 22:20:39 +0000 |
| commit | e9d0d7bf9871b7e7fa8d154535cf0bbc7e7bd466 (patch) | |
| tree | 8d0a7a5c83eaa8cc5899b72151ab68ef0e5a8914 /src/lib/imagemagick_decoder.h | |
| parent | 6a77e41813c542f6f6a6c528941d4b2bdc7eb3ca (diff) | |
Try to allow users to specify that the film's header should be trusted wrt length when building thumbnails, thus speeding up examine-content by a factor of 2-ish.
Diffstat (limited to 'src/lib/imagemagick_decoder.h')
| -rw-r--r-- | src/lib/imagemagick_decoder.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/imagemagick_decoder.h b/src/lib/imagemagick_decoder.h index f636191f2..de49c1b56 100644 --- a/src/lib/imagemagick_decoder.h +++ b/src/lib/imagemagick_decoder.h @@ -35,6 +35,11 @@ public: Size native_size () const; + SourceFrame length () const { + /* We don't know */ + return 0; + } + int audio_channels () const { return 0; } |
