X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fffmpeg.h;h=43efcf74f456fd031cb900aab1ae3c5d58c65238;hb=0914bfdbfc498d99821c2cd0ca3a4f9a184d07b5;hp=9795b2229769468414fb8562278eed148dca55a5;hpb=8b7080da3ff8b6df0df7f1858c144c163cbaf4c6;p=dcpomatic.git diff --git a/src/lib/ffmpeg.h b/src/lib/ffmpeg.h index 9795b2229..43efcf74f 100644 --- a/src/lib/ffmpeg.h +++ b/src/lib/ffmpeg.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2013 Carl Hetherington + Copyright (C) 2013-2016 Carl Hetherington 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 _ffmpeg_content;