diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2012-12-29 18:05:49 +0100 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2012-12-29 18:05:49 +0100 |
commit | d615da60c1f95359d972a1cdf1d5e937930bda3f (patch) | |
tree | acbbf5ed27392782b0c53570107efaec45de15b3 /libavcodec/snow.h | |
parent | 30a76487304e7250294c9c0e9fa179bf07fd822a (diff) | |
download | ffmpeg-d615da60c1f95359d972a1cdf1d5e937930bda3f.tar.gz |
snow: use VideoDSPContext
It was left over from the initial conversion.
Diffstat (limited to 'libavcodec/snow.h')
-rw-r--r-- | libavcodec/snow.h | 1 |
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 |