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>2013-11-23 17:43:08 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-11-23 17:46:48 +0400
commit3e641b4842b8b5f6592991479d19f1a7ce846308 (patch)
tree25bee33d11ceddf0ee1758dd8cf5763764d5fc80 /ffmpeg_opt.c
parent62e10c375968d9cbbe2a0bc321e00eef52d32917 (diff)
parent7671dd7cd7d51bbd637cc46d8f104a141bc355ea (diff)
Merge commit '7671dd7cd7d51bbd637cc46d8f104a141bc355ea'
* commit '7671dd7cd7d51bbd637cc46d8f104a141bc355ea': avconv: add support for VDPAU decoding Conflicts: Changelog Makefile configure ffmpeg.h 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 8e01c685d1..dc70c8b6a5 100644
--- a/ffmpeg_opt.c
+++ b/ffmpeg_opt.c
@@ -64,6 +64,9 @@
}
const HWAccel hwaccels[] = {
+#if HAVE_VDPAU_X11
+ { "vdpau", vdpau_init, HWACCEL_VDPAU, AV_PIX_FMT_VDPAU },
+#endif
{ 0 },
};