[vlc-commits] fourcc: restore cc1..4 captions alias

Francois Cartegnie git at videolan.org
Thu Apr 30 11:33:45 CEST 2020


vlc/vlc-3.0 | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Thu Apr 30 11:24:24 2020 +0200| [d33146079899110797966155704336f7379476ec] | 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

(cherry picked from commit 45c8fe015cc6c35ab4849d73736537768990a1ef)

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=d33146079899110797966155704336f7379476ec
---

 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 5e0654c2c8..8fac43e352 100644
--- a/src/misc/fourcc_list.h
+++ b/src/misc/fourcc_list.h
@@ -1613,6 +1613,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