[vlc-commits] [Git][videolan/vlc][3.0.x] ci_filters: add P010 support

Hugo Beauzée-Luyssen (@chouquette) gitlab at videolan.org
Fri Jul 1 11:56:54 UTC 2022



Hugo Beauzée-Luyssen pushed to branch 3.0.x at VideoLAN / VLC


Commits:
dcce8e52 by Thomas Guillem at 2022-07-01T11:41:45+00:00
ci_filters: add P010 support

CI filters don't work directly with P010, but the module will use a
P010->RGBA GPU converter automatically.

Fixes #27100

(cherry picked from commit 08894288cd66f09aaf621b03c467bdc97b80c80b)
Signed-off-by: Thomas Guillem <thomas at gllm.fr>

- - - - -


1 changed file:

- modules/video_filter/ci_filters.m


Changes:

=====================================
modules/video_filter/ci_filters.m
=====================================
@@ -586,6 +586,7 @@ Open(vlc_object_t *obj, char const *psz_filter)
     switch (filter->fmt_in.video.i_chroma)
     {
         case VLC_CODEC_CVPX_NV12:
+        case VLC_CODEC_CVPX_P010:
         case VLC_CODEC_CVPX_UYVY:
         case VLC_CODEC_CVPX_I420:
         case VLC_CODEC_CVPX_BGRA:



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

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


VideoLAN code repository instance


More information about the vlc-commits mailing list