Stop erroneous addition of text subtitles to the lists (when
[dcpomatic.git] / src / lib / ffmpeg.h
index 9795b2229769468414fb8562278eed148dca55a5..43efcf74f456fd031cb900aab1ae3c5d58c65238 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2013 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2013-2016 Carl Hetherington <cth@carlh.net>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -58,7 +58,7 @@ protected:
 
        static FFmpegSubtitlePeriod subtitle_period (AVSubtitle const & sub);
        static std::string subtitle_id (AVSubtitle const & sub);
-       static bool subtitle_is_image (AVSubtitle const & sub);
+       static bool subtitle_starts_image (AVSubtitle const & sub);
 
        boost::shared_ptr<const FFmpegContent> _ffmpeg_content;