diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2012-12-23 19:38:34 -0500 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2013-02-12 12:21:23 -0500 |
commit | 3a23752c5a065ce34dc56491836e1db1fc3b88ae (patch) | |
tree | 7a4fe60bbb2cb7e98716938af67cf2c65114393c /libavcodec/mpc.h | |
parent | 2c785e250a1f4a6ee2b35e1c86dda79553d2a6c1 (diff) | |
download | ffmpeg-3a23752c5a065ce34dc56491836e1db1fc3b88ae.tar.gz |
mpc7/8: decode directly to the user-provided AVFrame
Diffstat (limited to 'libavcodec/mpc.h')
-rw-r--r-- | libavcodec/mpc.h | 1 |
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; |