output: removed audio_output.sameInAndOutFormats

Eliminate sameInAndOutFormats and check with audio_format_equals()
each time it this information is needed.  Another 4 bytes saved.
This commit is contained in:
Max Kellermann
2008-09-11 07:48:30 +02:00
parent 56cf54e880
commit 3aa4564b56
3 changed files with 2 additions and 8 deletions

View File

@@ -66,7 +66,6 @@ struct audio_output {
ConvState convState;
char *convBuffer;
size_t convBufferLen;
int sameInAndOutFormats;
void *data;
};