summaryrefslogtreecommitdiff
path: root/libavcodec/gsmdec_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/gsmdec_data.h')
-rw-r--r--libavcodec/gsmdec_data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/gsmdec_data.h b/libavcodec/gsmdec_data.h
index 2ff2322ab1..61715c8858 100644
--- a/libavcodec/gsmdec_data.h
+++ b/libavcodec/gsmdec_data.h
@@ -25,7 +25,7 @@
#include <stdint.h>
#include "avcodec.h"
-typedef struct {
+typedef struct GSMContext {
AVFrame frame;
// Contains first 120 elements from the previous frame
// (used by long_term_synth according to the "lag"),