From 9cdbde4f5e421b7a1ca28d5268d5c31de9d6ad5d Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 25 Sep 2012 23:28:53 +0200 Subject: output: new option "tags" may be used to disable sending tags Implements Mantis ticket 0003340. --- src/output_internal.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/output_internal.h') diff --git a/src/output_internal.h b/src/output_internal.h index 9d975d78..1a3e8aa1 100644 --- a/src/output_internal.h +++ b/src/output_internal.h @@ -72,6 +72,13 @@ struct audio_output { */ struct mixer *mixer; + /** + * Will this output receive tags from the decoder? The + * default is true, but it may be configured to false to + * suppress sending tags to the output. + */ + bool tags; + /** * Shall this output always play something (i.e. silence), * even when playback is stopped? -- cgit v1.2.3