[vlc-commits] [Git][videolan/vlc][3.0.x] demux: mp4: map c708 as clcp
Jean-Baptiste Kempf (@jbk)
gitlab at videolan.org
Sun Jun 14 22:17:31 UTC 2026
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC
Commits:
02b6992b by François Cartegnie at 2026-06-15T00:00:37+02:00
demux: mp4: map c708 as clcp
refs #28841
not totally correct, but unless we
rework everything like 4.0, that's the easy way
- - - - -
1 changed file:
- modules/demux/mp4/libmp4.c
Changes:
=====================================
modules/demux/mp4/libmp4.c
=====================================
@@ -4615,6 +4615,7 @@ static const struct
/* Subtitles */
{ ATOM_tx3g, MP4_ReadBox_sample_tx3g, 0 },
{ ATOM_c608, MP4_ReadBox_sample_clcp, ATOM_stsd },
+ { ATOM_c708, MP4_ReadBox_sample_clcp, ATOM_stsd },
//{ ATOM_text, MP4_ReadBox_sample_text, 0 },
/* In sample WebVTT subtitle atoms. No ATOM_wvtt in normal parsing */
{ ATOM_vttc, MP4_ReadBoxContainer, ATOM_wvtt },
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/02b6992b1bc8f8633baa479ea100894ba27497aa
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/02b6992b1bc8f8633baa479ea100894ba27497aa
You're receiving this email because of your account on code.videolan.org. Manage all notifications: https://code.videolan.org/-/profile/notifications | Help: https://code.videolan.org/help
More information about the vlc-commits
mailing list