diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-12-06 11:11:47 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-12-06 11:12:31 +0100 |
| commit | 5029bf180a8b29c8e9f1aeef1c398b05e01eb663 (patch) | |
| tree | b599b89fe3ea1536031f15d7605c17d16d24a691 /src/lib/butler.cc | |
| parent | 59e358ae25f84314afc6d8235aecaec124822f3f (diff) | |
Clarify and improve decoder/player/butler logging a bit.
Diffstat (limited to 'src/lib/butler.cc')
| -rw-r--r-- | src/lib/butler.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/butler.cc b/src/lib/butler.cc index a4f00eb08..2bcd818cc 100644 --- a/src/lib/butler.cc +++ b/src/lib/butler.cc @@ -134,6 +134,8 @@ Butler::~Butler() bool Butler::should_run() const { + LOG_DEBUG_BUTLER("BUT: video={} audio={}", _video.size(), _audio.size()); + if (_video.size() >= MAXIMUM_VIDEO_READAHEAD * 10) { /* This is way too big */ auto pos = _audio.peek(); |
