From 3a23752c5a065ce34dc56491836e1db1fc3b88ae Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Sun, 23 Dec 2012 19:38:34 -0500 Subject: mpc7/8: decode directly to the user-provided AVFrame --- libavcodec/mpc.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/mpc.h') 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; -- cgit v1.2.3