audio_format: convert to C++

This commit is contained in:
Max Kellermann
2013-08-03 21:00:50 +02:00
parent 67f591a9ce
commit d1e7b4e381
121 changed files with 1251 additions and 1275 deletions

View File

@@ -33,7 +33,7 @@
#include "input_stream.h"
#include "replay_gain_info.h"
#include "Tag.hxx"
#include "audio_format.h"
#include "AudioFormat.hxx"
#include "conf.h"
/**
@@ -48,7 +48,7 @@
*/
void
decoder_initialized(struct decoder *decoder,
const struct audio_format *audio_format,
AudioFormat audio_format,
bool seekable, float total_time);
/**