[vlc-commits] [Git][videolan/vlc][master] orient: add remaining semi-planar formats
Rémi Denis-Courmont (@Courmisch)
gitlab at videolan.org
Thu Feb 24 21:49:25 UTC 2022
Rémi Denis-Courmont pushed to branch master at VideoLAN / VLC
Commits:
e0c417db by Rémi Denis-Courmont at 2022-02-24T21:30:28+00:00
orient: add remaining semi-planar formats
Fixes #26643
- - - - -
1 changed file:
- modules/video_chroma/orient.c
Changes:
=====================================
modules/video_chroma/orient.c
=====================================
@@ -322,6 +322,12 @@ static int Open(filter_t *filter)
switch (src->i_chroma) {
case VLC_CODEC_NV12:
case VLC_CODEC_NV21:
+ case VLC_CODEC_NV16:
+ case VLC_CODEC_NV61:
+ case VLC_CODEC_NV24:
+ case VLC_CODEC_NV42:
+ case VLC_CODEC_P010:
+ case VLC_CODEC_P016:
/* Double-size samples on second plane */
sys->plane_size_order[1]++;
break;
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/e0c417db63af2ee511d96ae1a411716dda985169
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/e0c417db63af2ee511d96ae1a411716dda985169
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