diff options
Diffstat (limited to 'src/lib/ffmpeg.cc')
| -rw-r--r-- | src/lib/ffmpeg.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/ffmpeg.cc b/src/lib/ffmpeg.cc index 29dda1b9e..9d6921dcf 100644 --- a/src/lib/ffmpeg.cc +++ b/src/lib/ffmpeg.cc @@ -288,8 +288,9 @@ FFmpeg::subtitle_id (AVSubtitle const & sub) return digester.get (); } +/** @return true if sub starts a new image subtitle */ bool -FFmpeg::subtitle_is_image (AVSubtitle const & sub) +FFmpeg::subtitle_starts_image (AVSubtitle const & sub) { bool image = false; bool text = false; |
