commit | 35177ba77ff60a8b8839783f57e44bcc4214507a | [log] [tgz] |
---|---|---|
author | Hendrik Leppkes <[email protected]> | Tue Apr 22 13:22:53 2014 |
committer | Anton Khirnov <[email protected]> | Mon Apr 28 19:21:54 2014 |
tree | f0fe9c9984933d60e8405c2a5f9f7de68cad13da | |
parent | b2b4afe8115fe3c8b005d663610e5af06f110165 [diff] [blame] |
avconv: add support for DXVA2 decoding Signed-off-by: Anton Khirnov <[email protected]>
diff --git a/avconv_opt.c b/avconv_opt.c index fc57f6b..6015183 100644 --- a/avconv_opt.c +++ b/avconv_opt.c
@@ -57,6 +57,9 @@ #if HAVE_VDPAU_X11 { "vdpau", vdpau_init, HWACCEL_VDPAU, AV_PIX_FMT_VDPAU }, #endif +#if CONFIG_DXVA2 + { "dxva2", dxva2_init, HWACCEL_DXVA2, AV_PIX_FMT_DXVA2_VLD }, +#endif { 0 }, };