From 9a0061c511403bc023430feb91094355da83a663 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 30 Jul 2013 09:04:05 +0200 Subject: encoder_api: convert to C++ --- src/output/HttpdInternal.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/output/HttpdInternal.hxx') diff --git a/src/output/HttpdInternal.hxx b/src/output/HttpdInternal.hxx index b79a22905..d7394d051 100644 --- a/src/output/HttpdInternal.hxx +++ b/src/output/HttpdInternal.hxx @@ -37,6 +37,7 @@ class EventLoop; class ServerSocket; class HttpdClient; class Page; +struct Encoder; struct HttpdOutput final : private ServerSocket { struct audio_output base; @@ -50,7 +51,7 @@ struct HttpdOutput final : private ServerSocket { /** * The configured encoder plugin. */ - struct encoder *encoder; + Encoder *encoder; /** * Number of bytes which were fed into the encoder, without -- cgit v1.2.3