summaryrefslogtreecommitdiff
path: root/include/asterisk/speech.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/speech.h')
-rw-r--r--include/asterisk/speech.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/speech.h b/include/asterisk/speech.h
index a914f4846..0da6f5cfc 100644
--- a/include/asterisk/speech.h
+++ b/include/asterisk/speech.h
@@ -58,7 +58,7 @@ struct ast_speech {
/*! Current state of structure */
int state;
/*! Expected write format */
- struct ast_format format;
+ struct ast_format *format;
/*! Data for speech engine */
void *data;
/*! Cached results */