summaryrefslogtreecommitdiffstats
path: root/libavcodec/cavs.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2016-12-07 08:18:41 +0100
committerVittorio Giovara <vittorio.giovara@gmail.com>2017-03-23 10:09:14 +0100
commitdcc39ee10e82833ce24aa57926c00ffeb1948198 (patch)
tree7b7b69884477c4e2e70f4a5f7babc1c6ad056cf1 /libavcodec/cavs.c
parent0871e2337777d9161e7f3554bcad19dabc9e15e1 (diff)
downloadffmpeg-streaming-dcc39ee10e82833ce24aa57926c00ffeb1948198.zip
ffmpeg-streaming-dcc39ee10e82833ce24aa57926c00ffeb1948198.tar.gz
lavc: Remove deprecated XvMC support hacks
Deprecated in 11/2013.
Diffstat (limited to 'libavcodec/cavs.c')
-rw-r--r--libavcodec/cavs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/cavs.c b/libavcodec/cavs.c
index 6959f54..3230913 100644
--- a/libavcodec/cavs.c
+++ b/libavcodec/cavs.c
@@ -760,7 +760,7 @@ av_cold int ff_cavs_init(AVCodecContext *avctx)
{
AVSContext *h = avctx->priv_data;
- ff_blockdsp_init(&h->bdsp, avctx);
+ ff_blockdsp_init(&h->bdsp);
ff_h264chroma_init(&h->h264chroma, 8);
ff_idctdsp_init(&h->idsp, avctx);
ff_videodsp_init(&h->vdsp, 8);
OpenPOWER on IntegriCloud