From f02d4c995a312e7ccf2eac7a2cb71d8e68d77189 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 21 Nov 2016 00:47:16 +0000 Subject: Still more decode logging. --- src/lib/video_decoder.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/video_decoder.cc') 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 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; -- cgit v1.2.3