From fb472e1a11a4e0caed2c3c91da01ea8e35d9e3f8 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Tue, 13 Oct 2015 14:11:35 +0200 Subject: avconv: add support for Intel QSV-accelerated transcoding Signed-off-by: Luca Barbato --- avconv.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'avconv.c') diff --git a/avconv.c b/avconv.c index 23f6db6fae..c52f2923af 100644 --- a/avconv.c +++ b/avconv.c @@ -1852,6 +1852,11 @@ static int transcode_init(void) } } +#if CONFIG_LIBMFX + if (qsv_transcode_init(ost)) + exit_program(1); +#endif + if (!ost->filter && (enc_ctx->codec_type == AVMEDIA_TYPE_VIDEO || enc_ctx->codec_type == AVMEDIA_TYPE_AUDIO)) { -- cgit v1.2.3