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
_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to