diff options
author | Mark Thompson <sw@jkqxz.net> | 2016-03-23 23:48:13 +0000 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2016-03-30 09:04:53 +0200 |
commit | 5d273d3efac340ef8de445c955ff44c7abed4e8f (patch) | |
tree | 245dbf7c3bb31832b9d0937fc52f4232f9f5b87d /avconv.c | |
parent | ca8c7591735c0f80cc29e31e2e92cb10228e14c7 (diff) | |
download | ffmpeg-5d273d3efac340ef8de445c955ff44c7abed4e8f.tar.gz |
avconv: VAAPI hwcontext initialisation and hwaccel helper
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'avconv.c')
-rw-r--r-- | avconv.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2736,6 +2736,8 @@ static int transcode(void) } } + av_buffer_unref(&hw_device_ctx); + /* finished ! */ ret = 0; |