Commit ec0e9200 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont Committed by Luca Barbato

vdpau: add missing pixel format for H.264

Signed-off-by: 's avatarLuca Barbato <lu_zero@gentoo.org>
parent 71155d7b
......@@ -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
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment