Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-02-13 15:21:00 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-02-13 15:22:35 +0400
commit65da7007043cf4fb99b72c7f823cfc15e429b45f (patch)
treebaf5a652e66f919f462cc80c6d8fe0d247788475 /libavcodec/mpc.h
parentafe30fe0600824b0dcda8318f09a5a4e376b99c3 (diff)
parent1b9b6d6e5ea556b6d307f9d473f54f6406fdc3c8 (diff)
Merge commit '1b9b6d6e5ea556b6d307f9d473f54f6406fdc3c8'
* commit '1b9b6d6e5ea556b6d307f9d473f54f6406fdc3c8': qcelp: decode directly to the user-provided AVFrame pcm-bluray: decode directly to the user-provided AVFrame nellymoser: decode directly to the user-provided AVFrame mpc7/8: decode directly to the user-provided AVFrame mpegaudio: decode directly to the user-provided AVFrame mlp/truehd: decode directly to the user-provided AVFrame Conflicts: libavcodec/mpc7.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
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 7ee402b356..295b4c7aef 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;