Use ImageMagick for tiff decoding too.
[dcpomatic.git] / src / lib / util.h
index bb68b627355cf1604aada40a2cd1d51460802e0f..301a8bc4e9398dd48babbf84475ba24dd980b77a 100644 (file)
@@ -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