pcm_utils: renamed ConvState to struct pcm_convert_state

No CamelCase, and a struct instead of a typedef.
This commit is contained in:
Max Kellermann
2008-10-21 21:59:43 +02:00
parent a7888c4998
commit fb416964d6
5 changed files with 12 additions and 9 deletions

View File

@@ -25,7 +25,7 @@
struct decoder {
struct decoder_plugin *plugin;
ConvState conv_state;
struct pcm_convert_state conv_state;
bool seeking;
};