summaryrefslogtreecommitdiff
path: root/src/lib/video_decoder.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-11-21 00:47:16 +0000
committerCarl Hetherington <cth@carlh.net>2016-11-21 00:47:16 +0000
commitf02d4c995a312e7ccf2eac7a2cb71d8e68d77189 (patch)
tree6bd39b4b31b9389f2e26a197a5cd2a31853444b0 /src/lib/video_decoder.cc
parent41e25589706c23c6766c580f93c569a896f1ed77 (diff)
Still more decode logging.
Diffstat (limited to 'src/lib/video_decoder.cc')
-rw-r--r--src/lib/video_decoder.cc1
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;