summaryrefslogtreecommitdiff
path: root/libavcodec/ra144.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/ra144.h')
-rw-r--r--libavcodec/ra144.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/ra144.h b/libavcodec/ra144.h
index 536b5bbe72..11c66a46e0 100644
--- a/libavcodec/ra144.h
+++ b/libavcodec/ra144.h
@@ -23,7 +23,7 @@
#define AVCODEC_RA144_H
#include <stdint.h>
-#include "dsputil.h"
+#include "lpc.h"
#define NBLOCKS 4 ///< number of subblocks within a block
#define BLOCKSIZE 40 ///< subblock size in 16-bit words
@@ -34,7 +34,7 @@
typedef struct {
AVCodecContext *avctx;
- DSPContext dsp;
+ LPCContext lpc_ctx;
unsigned int old_energy; ///< previous frame energy