summaryrefslogtreecommitdiff
path: root/libavcodec/wma.h
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2012-12-23 20:26:15 -0500
committerJustin Ruggles <justin.ruggles@gmail.com>2013-02-12 12:22:40 -0500
commit205a95f7b5178362874bc1e65eae9866723491c1 (patch)
tree99a9271cbb803605ecc2ef338fe957032e53e341 /libavcodec/wma.h
parentc815ca36412e54e641dd0a91bc54f43f4d9d5621 (diff)
wmaenc: alloc/free coded_frame instead of keeping it in the WMACodecContext
Diffstat (limited to 'libavcodec/wma.h')
-rw-r--r--libavcodec/wma.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/wma.h b/libavcodec/wma.h
index 9312ec5dd7..ced3a8f87f 100644
--- a/libavcodec/wma.h
+++ b/libavcodec/wma.h
@@ -66,7 +66,6 @@ typedef struct CoefVLCTable {
typedef struct WMACodecContext {
AVCodecContext* avctx;
- AVFrame frame;
GetBitContext gb;
PutBitContext pb;
int version; ///< 1 = 0x160 (WMAV1), 2 = 0x161 (WMAV2)