replay_gain: moved code to replay_gain_info.c

This commit is contained in:
Max Kellermann
2010-01-04 20:43:19 +01:00
parent 0e183d3fa1
commit 1330274ffc
10 changed files with 112 additions and 54 deletions

View File

@@ -31,7 +31,7 @@
#include "decoder_command.h"
#include "decoder_plugin.h"
#include "input_stream.h"
#include "replay_gain.h"
#include "replay_gain_info.h"
#include "tag.h"
#include "audio_format.h"
#include "conf.h"