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

avcodec: update VDPAU candidate chromas

This is a partial/short-term work-around for the functional regression
caused by 8d94f8ec. That commit should be reverted to fix this properly
and more permanently.
parent 2102849e
No related branches found
No related tags found
1 merge request!4959avcodec: update VDPAU candidate chromas
Pipeline #439892 passed with warnings with stage
in 24 minutes and 35 seconds
......@@ -85,10 +85,14 @@ bool vlc_va_MightDecode(enum AVPixelFormat hwfmt, enum AVPixelFormat swfmt)
{
case AV_PIX_FMT_YUVJ444P:
case AV_PIX_FMT_YUV444P:
case AV_PIX_FMT_YUV444P10:
case AV_PIX_FMT_YUV444P12:
case AV_PIX_FMT_YUVJ422P:
case AV_PIX_FMT_YUV422P:
case AV_PIX_FMT_YUVJ420P:
case AV_PIX_FMT_YUV420P:
case AV_PIX_FMT_YUV420P10:
case AV_PIX_FMT_YUV420P12:
return true;
default:
return false;
......
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