From 5d273d3efac340ef8de445c955ff44c7abed4e8f Mon Sep 17 00:00:00 2001 From: Mark Thompson Date: Wed, 23 Mar 2016 23:48:13 +0000 Subject: avconv: VAAPI hwcontext initialisation and hwaccel helper Signed-off-by: Anton Khirnov --- avconv.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'avconv.c') diff --git a/avconv.c b/avconv.c index 68e35151b0..07c81fa2ad 100644 --- a/avconv.c +++ b/avconv.c @@ -2736,6 +2736,8 @@ static int transcode(void) } } + av_buffer_unref(&hw_device_ctx); + /* finished ! */ ret = 0; -- cgit v1.2.3