From fb416964d62487c13c9a89fb7f4284945b9544a7 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 21 Oct 2008 21:59:43 +0200 Subject: pcm_utils: renamed ConvState to struct pcm_convert_state No CamelCase, and a struct instead of a typedef. --- src/decoder_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/decoder_internal.h') diff --git a/src/decoder_internal.h b/src/decoder_internal.h index 174ca019d..ee8f23b8b 100644 --- a/src/decoder_internal.h +++ b/src/decoder_internal.h @@ -25,7 +25,7 @@ struct decoder { struct decoder_plugin *plugin; - ConvState conv_state; + struct pcm_convert_state conv_state; bool seeking; }; -- cgit v1.2.3