summaryrefslogtreecommitdiff
path: root/src/lib/util.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-11-14 21:58:47 +0000
committerCarl Hetherington <cth@carlh.net>2012-11-14 21:58:47 +0000
commit967dc3f4461d4b8caf809ebce7bdcb6e818809f0 (patch)
treec599bad3a8a3797ccdc3d25963059a668baa6649 /src/lib/util.h
parent05c37b9bb09f7bfa4c2ec8ea6b3fa4a83d0fec20 (diff)
Use ImageMagick for tiff decoding too.
Diffstat (limited to 'src/lib/util.h')
-rw-r--r--src/lib/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/util.h b/src/lib/util.h
index bb68b6273..301a8bc4e 100644
--- a/src/lib/util.h
+++ b/src/lib/util.h
@@ -255,6 +255,7 @@ private:
};
extern int64_t video_frames_to_audio_frames (SourceFrame v, float audio_sample_rate, float frames_per_second);
+extern bool still_image_file (std::string);
#endif