[vlc-commits] vlc_es: add CLUT chroma info

Francois Cartegnie git at videolan.org
Mon Jan 13 18:09:58 CET 2020


vlc/vlc-3.0 | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Mon Jan  6 16:02:07 2020 +0100| [ec08cdcce187d6ef0107fae8c714be02ffe5dfb9] | committer: Francois Cartegnie

vlc_es: add CLUT chroma info

(cherry picked from commit 3ad2450015f13859ddc9caa64292348b1d9856d8)

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

 include/vlc_es.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/vlc_es.h b/include/vlc_es.h
index c03fca394a..3c8e04e1b1 100644
--- a/include/vlc_es.h
+++ b/include/vlc_es.h
@@ -521,7 +521,7 @@ struct subs_format_t
     struct
     {
         /*  */
-        uint32_t palette[16+1];
+        uint32_t palette[16+1]; /* CLUT Palette AYVU */
 
         /* the width of the original movie the spu was extracted from */
         int i_original_frame_width;



More information about the vlc-commits mailing list