diff options
Diffstat (limited to 'src/lib/video_decoder.cc')
| -rw-r--r-- | src/lib/video_decoder.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/video_decoder.cc b/src/lib/video_decoder.cc index d04c80bc6..383af102d 100644 --- a/src/lib/video_decoder.cc +++ b/src/lib/video_decoder.cc @@ -385,6 +385,7 @@ VideoDecoder::give (shared_ptr<const ImageProxy> image, Frame frame) void VideoDecoder::seek (ContentTime s, bool accurate) { + _log->log (String::compose ("VD seek to %1", to_string(s)), LogEntry::TYPE_DEBUG_DECODE); _decoded.clear (); _last_seek_time = s; _last_seek_accurate = accurate; |
