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:
@@ -48,7 +48,7 @@ struct decoder_control {
|
||||
volatile mpd_sint8 seekError;
|
||||
volatile mpd_sint8 seekable;
|
||||
volatile double seekWhere;
|
||||
AudioFormat audioFormat;
|
||||
struct audio_format audioFormat;
|
||||
Song *current_song;
|
||||
Song *volatile next_song;
|
||||
volatile float totalTime;
|
||||
|
Reference in New Issue
Block a user