summaryrefslogtreecommitdiff
path: root/tests
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 /tests
parent0871e2337777d9161e7f3554bcad19dabc9e15e1 (diff)
lavc: Remove deprecated XvMC support hacks
Deprecated in 11/2013.
Diffstat (limited to 'tests')
-rw-r--r--tests/checkasm/blockdsp.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/checkasm/blockdsp.c b/tests/checkasm/blockdsp.c
index 6b4bc804fc..f10e2ff578 100644
--- a/tests/checkasm/blockdsp.c
+++ b/tests/checkasm/blockdsp.c
@@ -55,11 +55,9 @@ void checkasm_check_blockdsp(void)
{
LOCAL_ALIGNED_16(uint16_t, buf0, [6 * 8 * 8]);
LOCAL_ALIGNED_16(uint16_t, buf1, [6 * 8 * 8]);
-
- AVCodecContext avctx = { 0 };
BlockDSPContext h;
- ff_blockdsp_init(&h, &avctx);
+ ff_blockdsp_init(&h);
check_clear(clear_block, 8 * 8);
check_clear(clear_blocks, 8 * 8 * 6);