[vlc-commits] [Git][videolan/vlc][master] ci_filters: add P010 support
Felix Paul Kühne (@fkuehne)
gitlab at videolan.org
Wed Jun 29 23:08:32 UTC 2022
Felix Paul Kühne pushed to branch master at VideoLAN / VLC
Commits:
08894288 by Thomas Guillem at 2022-06-29T22:21:16+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
- - - - -
1 changed file:
- modules/video_filter/ci_filters.m
Changes:
=====================================
modules/video_filter/ci_filters.m
=====================================
@@ -609,6 +609,7 @@ Open(filter_t *filter, 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/08894288cd66f09aaf621b03c467bdc97b80c80b
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/08894288cd66f09aaf621b03c467bdc97b80c80b
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