summaryrefslogtreecommitdiff
path: root/libavcodec/truespeech.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/truespeech.c')
-rw-r--r--libavcodec/truespeech.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/truespeech.c b/libavcodec/truespeech.c
index 34b7c3b5a7..9cf9c92efe 100644
--- a/libavcodec/truespeech.c
+++ b/libavcodec/truespeech.c
@@ -35,7 +35,7 @@
/**
* TrueSpeech decoder context
*/
-typedef struct {
+typedef struct TSContext {
BswapDSPContext bdsp;
/* input data */
DECLARE_ALIGNED(16, uint8_t, buffer)[32];