diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-11-21 00:47:16 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-11-21 00:47:16 +0000 |
| commit | f02d4c995a312e7ccf2eac7a2cb71d8e68d77189 (patch) | |
| tree | 6bd39b4b31b9389f2e26a197a5cd2a31853444b0 /src/lib/subtitle_decoder.cc | |
| parent | 41e25589706c23c6766c580f93c569a896f1ed77 (diff) | |
Still more decode logging.
Diffstat (limited to 'src/lib/subtitle_decoder.cc')
| -rw-r--r-- | src/lib/subtitle_decoder.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/subtitle_decoder.cc b/src/lib/subtitle_decoder.cc index a7cf8110f..9ec030b38 100644 --- a/src/lib/subtitle_decoder.cc +++ b/src/lib/subtitle_decoder.cc @@ -164,8 +164,9 @@ SubtitleDecoder::get_image (ContentTimePeriod period, bool starting, bool accura } void -SubtitleDecoder::seek (ContentTime, bool) +SubtitleDecoder::seek (ContentTime t, bool) { + _log->log (String::compose ("SD seek to %1", to_string(t)), LogEntry::TYPE_DEBUG_DECODE); reset (); } |
