From 82059645f18e4a8aa734e0a376d10bb52fc1cc7d Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 21 Oct 2013 21:12:37 +0200 Subject: decoder: rename the struct to "Decoder" --- src/decoder/OggCodec.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/decoder/OggCodec.cxx') diff --git a/src/decoder/OggCodec.cxx b/src/decoder/OggCodec.cxx index d7e5b7642..adc88188e 100644 --- a/src/decoder/OggCodec.cxx +++ b/src/decoder/OggCodec.cxx @@ -27,7 +27,7 @@ #include enum ogg_codec -ogg_codec_detect(struct decoder *decoder, struct input_stream *is) +ogg_codec_detect(Decoder *decoder, struct input_stream *is) { /* oggflac detection based on code in ogg123 and this post * http://lists.xiph.org/pipermail/flac/2004-December/000393.html -- cgit v1.2.3