summaryrefslogtreecommitdiff
path: root/libavcodec/mpc.h
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2012-12-23 19:38:34 -0500
committerJustin Ruggles <justin.ruggles@gmail.com>2013-02-12 12:21:23 -0500
commit3a23752c5a065ce34dc56491836e1db1fc3b88ae (patch)
tree7a4fe60bbb2cb7e98716938af67cf2c65114393c /libavcodec/mpc.h
parent2c785e250a1f4a6ee2b35e1c86dda79553d2a6c1 (diff)
mpc7/8: decode directly to the user-provided AVFrame
Diffstat (limited to 'libavcodec/mpc.h')
-rw-r--r--libavcodec/mpc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/mpc.h b/libavcodec/mpc.h
index 86d4b6d393..cbb121eddd 100644
--- a/libavcodec/mpc.h
+++ b/libavcodec/mpc.h
@@ -50,7 +50,6 @@ typedef struct Band {
}Band;
typedef struct MPCContext {
- AVFrame frame;
DSPContext dsp;
MPADSPContext mpadsp;
GetBitContext gb;