aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/decoder_internal.h')
-rw-r--r--src/decoder_internal.h2
1 files changed, 1 insertions, 1 deletions
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;
};