pcm_utils: renamed ConvState to struct pcm_convert_state
No CamelCase, and a struct instead of a typedef.
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
struct decoder {
|
||||
struct decoder_plugin *plugin;
|
||||
|
||||
ConvState conv_state;
|
||||
struct pcm_convert_state conv_state;
|
||||
|
||||
bool seeking;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user