summaryrefslogtreecommitdiff
path: root/libavcodec/h264.c
diff options
context:
space:
mode:
authorRĂ©mi Denis-Courmont <remi@remlab.net>2013-01-26 22:47:54 +0200
committerLuca Barbato <lu_zero@gentoo.org>2013-01-27 07:03:22 +0100
commitec0e92002b72496923ef6044cfb7f4b3f8bfabf6 (patch)
tree8a998c89b02e8e3a0c606d2a6a5e350248d7a32f /libavcodec/h264.c
parent71155d7b4157fee44c0d3d0fc1b660ebfb9ccf46 (diff)
vdpau: add missing pixel format for H.264
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
Diffstat (limited to 'libavcodec/h264.c')
-rw-r--r--libavcodec/h264.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/h264.c b/libavcodec/h264.c
index 38a6f5e060..62288b007e 100644
--- a/libavcodec/h264.c
+++ b/libavcodec/h264.c
@@ -63,6 +63,7 @@ static const enum AVPixelFormat hwaccel_pixfmt_list_h264_jpeg_420[] = {
AV_PIX_FMT_DXVA2_VLD,
AV_PIX_FMT_VAAPI_VLD,
AV_PIX_FMT_VDA_VLD,
+ AV_PIX_FMT_VDPAU,
AV_PIX_FMT_YUVJ420P,
AV_PIX_FMT_NONE
};