output/Source: document "pending_tag" ownership

This commit is contained in:
Max Kellermann 2019-08-27 19:07:29 +02:00
parent f750c8012a
commit 328a6de86e

View File

@ -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;