[vlc-commits] fourcc: restore cc1..4 captions alias
Francois Cartegnie
git at videolan.org
Thu Apr 30 11:31:34 CEST 2020
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Thu Apr 30 11:24:24 2020 +0200| [45c8fe015cc6c35ab4849d73736537768990a1ef] | committer: Francois Cartegnie
fourcc: restore cc1..4 captions alias
seems it was not only an internal fourcc,
but is sent by at least one capture card
regression by 1c36cd786a34308e448ca0d292ba090637f179a2
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=45c8fe015cc6c35ab4849d73736537768990a1ef
---
src/misc/fourcc_list.h | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/misc/fourcc_list.h b/src/misc/fourcc_list.h
index c602540a5a..7ca588eed5 100644
--- a/src/misc/fourcc_list.h
+++ b/src/misc/fourcc_list.h
@@ -1742,6 +1742,10 @@ static const staticentry_t p_list_spu[] = {
A("SC27"),
B(VLC_CODEC_CEA608, "EIA-608 subtitles"),
+ A("cc1 "), /* acquisition devices */
+ A("cc2 "),
+ A("cc3 "),
+ A("cc4 "),
B(VLC_CODEC_TTML, "TTML subtitles"),
A("ttml"),
More information about the vlc-commits
mailing list