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:
authorLuca Barbato <lu_zero@gentoo.org>2012-12-29 21:05:49 +0400
committerLuca Barbato <lu_zero@gentoo.org>2012-12-29 21:05:49 +0400
commitd615da60c1f95359d972a1cdf1d5e937930bda3f (patch)
treeacbbf5ed27392782b0c53570107efaec45de15b3 /libavcodec/snow.h
parent30a76487304e7250294c9c0e9fa179bf07fd822a (diff)
snow: use VideoDSPContext
It was left over from the initial conversion.
Diffstat (limited to 'libavcodec/snow.h')
-rw-r--r--libavcodec/snow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/snow.h b/libavcodec/snow.h
index abf330962c..b9881155fe 100644
--- a/libavcodec/snow.h
+++ b/libavcodec/snow.h
@@ -108,6 +108,7 @@ typedef struct SnowContext{
AVCodecContext *avctx;
RangeCoder c;
DSPContext dsp;
+ VideoDSPContext vdsp;
DWTContext dwt;
AVFrame new_picture;
AVFrame input_picture; ///< new_picture with the internal linesizes