summaryrefslogtreecommitdiff
path: root/libavcodec/wma.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/wma.h')
-rw-r--r--libavcodec/wma.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/wma.h b/libavcodec/wma.h
index 138bc9afc8..17c62687ea 100644
--- a/libavcodec/wma.h
+++ b/libavcodec/wma.h
@@ -58,7 +58,7 @@ typedef struct CoefVLCTable {
const uint16_t *levels; ///< table to build run/level tables
} CoefVLCTable;
-typedef struct WMADecodeContext {
+typedef struct WMACodecContext {
AVCodecContext* avctx;
GetBitContext gb;
PutBitContext pb;
@@ -135,7 +135,7 @@ typedef struct WMADecodeContext {
#ifdef TRACE
int frame_count;
#endif
-} WMADecodeContext;
+} WMACodecContext;
extern const uint16_t ff_wma_hgain_huffcodes[37];
extern const uint8_t ff_wma_hgain_huffbits[37];