Rémi Denis-Courmont pushed to branch master at VideoLAN / VLC


Commits:
eb282ddb by Rémi Denis-Courmont at 2024-02-20T09:30:06+00:00
avcodec: update VDPAU candidate chromas

This is a partial/short-term work-around for the functional regression
caused by 8d94f8ecfc5. That commit should be reverted to fix this properly
and more permanently.

- - - - -


1 changed file:

- modules/codec/avcodec/va.c


Changes:

=====================================
modules/codec/avcodec/va.c
=====================================
@@ -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;



View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/eb282ddbb6dc4428e6d377dd686caf52e601bbce

-- 
View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/eb282ddbb6dc4428e6d377dd686caf52e601bbce
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance
_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to