[vlc-commits] [Git][videolan/vlc][master] subpictures: increase the SPU_CHROMALIST_COUNT count
Steve Lhomme (@robUx4)
gitlab at videolan.org
Tue Aug 22 14:15:02 UTC 2023
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
1ce7f686 by Steve Lhomme at 2023-08-22T13:36:07+00:00
subpictures: increase the SPU_CHROMALIST_COUNT count
The libplacebo display has 9 usable values.
- - - - -
1 changed file:
- src/video_output/vout_subpictures.c
Changes:
=====================================
src/video_output/vout_subpictures.c
=====================================
@@ -75,7 +75,7 @@ struct spu_channel {
typedef struct VLC_VECTOR(struct spu_channel) spu_channel_vector;
typedef struct VLC_VECTOR(subpicture_t *) spu_prerender_vector;
-#define SPU_CHROMALIST_COUNT 8
+#define SPU_CHROMALIST_COUNT 10
struct spu_private_t {
vlc_mutex_t lock; /* lock to protect all following fields */
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/1ce7f686ee17a028d2d79627ae69f22d905f2e23
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/1ce7f686ee17a028d2d79627ae69f22d905f2e23
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