Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-04-29 03:06:58 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-04-29 03:22:22 +0400
commitc6eee3120a594cf25feb892f952a409a512d182e (patch)
treedfadf4547a680823f6805011d1bcf6077a9ce121 /ffmpeg_opt.c
parent9c6eef6f5fcfaa67c0d9b01e44434e4c26538f96 (diff)
parent35177ba77ff60a8b8839783f57e44bcc4214507a (diff)
Merge commit '35177ba77ff60a8b8839783f57e44bcc4214507a'
* commit '35177ba77ff60a8b8839783f57e44bcc4214507a': avconv: add support for DXVA2 decoding Conflicts: Makefile configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'ffmpeg_opt.c')
-rw-r--r--ffmpeg_opt.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/ffmpeg_opt.c b/ffmpeg_opt.c
index c60d77686a..25968f4f6a 100644
--- a/ffmpeg_opt.c
+++ b/ffmpeg_opt.c
@@ -67,6 +67,9 @@ const HWAccel hwaccels[] = {
#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 },
};