audio_format: converted typedef AudioFormat to struct audio_format
Get rid of CamelCase, and don't use a typedef, so we can forward-declare it, and unclutter the include dependencies.
This commit is contained in:
@@ -158,7 +158,7 @@ static void processDecodeInput(int *pause_r, unsigned int *bbp_r,
|
||||
}
|
||||
|
||||
static int playChunk(ob_chunk * chunk,
|
||||
const AudioFormat * format, double sizeToTime)
|
||||
const struct audio_format *format, double sizeToTime)
|
||||
{
|
||||
pc.elapsedTime = chunk->times;
|
||||
pc.bitRate = chunk->bitRate;
|
||||
|
Reference in New Issue
Block a user