From d8e96c7871078d376de02210d2c350998f5a1fba Mon Sep 17 00:00:00 2001 From: Johns Date: Sat, 3 Aug 2013 17:27:52 +0200 Subject: Generalize GetVaapiContext to GetHwAccelContext. --- codec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'codec.c') diff --git a/codec.c b/codec.c index 4bd15fe..4eea14f 100644 --- a/codec.c +++ b/codec.c @@ -483,7 +483,7 @@ void CodecVideoOpen(VideoDecoder * decoder, const char *name, int codec_id) } else { decoder->VideoCtx->get_format = Codec_get_format; decoder->VideoCtx->hwaccel_context = - VideoGetVaapiContext(decoder->HwDecoder); + VideoGetHwAccelContext(decoder->HwDecoder); } // our pixel format video hardware decoder hook -- cgit v1.2.3