From 328a6de86e36f599f985e64d3c02241d58f1bc62 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 27 Aug 2019 19:07:29 +0200 Subject: [PATCH] output/Source: document "pending_tag" ownership --- src/output/Source.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/output/Source.hxx b/src/output/Source.hxx index c7ebec984..62fa5ee8d 100644 --- a/src/output/Source.hxx +++ b/src/output/Source.hxx @@ -107,7 +107,8 @@ class AudioOutputSource { const MusicChunk *current_chunk = nullptr; /** - * The #Tag to be processed by the #AudioOutput. + * The #Tag to be processed by the #AudioOutput. It is owned + * by #current_chunk (MusicChunk::tag). */ const Tag *pending_tag;