diff wma.h @ 4601:7b9ce6f729ae libavcodec

Rename WMADecodeContext to WMACodecContext
author mbardiaux
date Tue, 27 Feb 2007 09:54:48 +0000
parents 6ac364a4ce2b
children 99d9dd34903b
line wrap: on
line diff
--- a/wma.h	Tue Feb 27 09:39:04 2007 +0000
+++ b/wma.h	Tue Feb 27 09:54:48 2007 +0000
@@ -58,7 +58,7 @@
     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 @@
 #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];