From d1e7b4e38136f9342aad76c685a13adf0e69f869 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 3 Aug 2013 21:00:50 +0200 Subject: audio_format: convert to C++ --- src/decoder/FlacCommon.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/decoder/FlacCommon.hxx') diff --git a/src/decoder/FlacCommon.hxx b/src/decoder/FlacCommon.hxx index d2e240d81..f9fade6fc 100644 --- a/src/decoder/FlacCommon.hxx +++ b/src/decoder/FlacCommon.hxx @@ -56,7 +56,7 @@ struct flac_data : public FlacInput { * The validated audio format of the FLAC file. This * attribute is defined if "initialized" is true. */ - struct audio_format audio_format; + AudioFormat audio_format; /** * The total number of frames in this song. The decoder -- cgit v1.2.3