summaryrefslogtreecommitdiff
path: root/libavcodec/ra144.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/ra144.h')
-rw-r--r--libavcodec/ra144.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ra144.h b/libavcodec/ra144.h
index 967afe02ee..73f83f0865 100644
--- a/libavcodec/ra144.h
+++ b/libavcodec/ra144.h
@@ -33,7 +33,7 @@
#define FRAMESIZE 20 ///< size of encoded frame
#define LPC_ORDER 10 ///< order of LPC filter
-typedef struct {
+typedef struct RA144Context {
AVCodecContext *avctx;
AVFrame frame;
LPCContext lpc_ctx;