diff options
author | Denis Krjuchkov <denis@crazydev.net> | 2013-05-05 18:19:04 +0600 |
---|---|---|
committer | Denis Krjuchkov <denis@crazydev.net> | 2013-05-06 23:36:47 +0600 |
commit | 21dac6c05ddff1ce130843a82127618f9ed766a7 (patch) | |
tree | 30ec0cf3001135bae7009b2331ca9c651bf16a87 /src/decoder/FlacCommon.hxx | |
parent | 1d9b84a5afe44f2ea25bab836ed245e8de3ed901 (diff) | |
download | mpd-21dac6c05ddff1ce130843a82127618f9ed766a7.tar.gz mpd-21dac6c05ddff1ce130843a82127618f9ed766a7.tar.xz mpd-21dac6c05ddff1ce130843a82127618f9ed766a7.zip |
decoder/FLAC*: rename files and symbols to Flac*
Diffstat (limited to '')
-rw-r--r-- | src/decoder/FlacCommon.hxx (renamed from src/decoder/FLACCommon.hxx) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/decoder/FLACCommon.hxx b/src/decoder/FlacCommon.hxx index 20f93c8c7..0cd295e0d 100644 --- a/src/decoder/FLACCommon.hxx +++ b/src/decoder/FlacCommon.hxx @@ -24,7 +24,7 @@ #ifndef MPD_FLAC_COMMON_HXX #define MPD_FLAC_COMMON_HXX -#include "FLACInput.hxx" +#include "FlacInput.hxx" #include "decoder_api.h" extern "C" { @@ -37,7 +37,7 @@ extern "C" { #undef G_LOG_DOMAIN #define G_LOG_DOMAIN "flac" -struct flac_data : public FLACInput { +struct flac_data : public FlacInput { struct pcm_buffer buffer; /** |