[vlc-commits] [Git][videolan/vlc][master] fourcc: fix YUV with alpha not being considered YUV formats
Steve Lhomme (@robUx4)
gitlab at videolan.org
Wed Apr 5 08:43:07 UTC 2023
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
2fe0daaa by Steve Lhomme at 2023-04-05T08:10:17+00:00
fourcc: fix YUV with alpha not being considered YUV formats
All 4:4:4 YUV formats with alpha are already part of the table thanks to
VLC_CODEC_YUV_PLANAR_444_ALPHA.
- - - - -
1 changed file:
- src/misc/fourcc.c
Changes:
=====================================
src/misc/fourcc.c
=====================================
@@ -562,6 +562,8 @@ static const vlc_fourcc_t p_list_YUV[] = {
VLC_CODEC_NVDEC_OPAQUE_16B,
VLC_CODEC_NVDEC_OPAQUE_444,
VLC_CODEC_NVDEC_OPAQUE_444_16B,
+ VLC_CODEC_YUV420A,
+ VLC_CODEC_YUV422A,
0,
};
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/2fe0daaac2aa5417a83aee0439996630c0853252
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/2fe0daaac2aa5417a83aee0439996630c0853252
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