Skip to content
Snippets Groups Projects
Commit ec0e9200 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont Committed by Luca Barbato
Browse files

vdpau: add missing pixel format for H.264


Signed-off-by: default avatarLuca Barbato <lu_zero@gentoo.org>
parent 71155d7b
No related branches found
No related tags found
No related merge requests found
...@@ -63,6 +63,7 @@ static const enum AVPixelFormat hwaccel_pixfmt_list_h264_jpeg_420[] = { ...@@ -63,6 +63,7 @@ static const enum AVPixelFormat hwaccel_pixfmt_list_h264_jpeg_420[] = {
AV_PIX_FMT_DXVA2_VLD, AV_PIX_FMT_DXVA2_VLD,
AV_PIX_FMT_VAAPI_VLD, AV_PIX_FMT_VAAPI_VLD,
AV_PIX_FMT_VDA_VLD, AV_PIX_FMT_VDA_VLD,
AV_PIX_FMT_VDPAU,
AV_PIX_FMT_YUVJ420P, AV_PIX_FMT_YUVJ420P,
AV_PIX_FMT_NONE AV_PIX_FMT_NONE
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment