Commit 328a6de8 authored by Max Kellermann's avatar Max Kellermann

output/Source: document "pending_tag" ownership

parent f750c801
...@@ -107,7 +107,8 @@ class AudioOutputSource { ...@@ -107,7 +107,8 @@ class AudioOutputSource {
const MusicChunk *current_chunk = nullptr; 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; const Tag *pending_tag;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment