[vlc-commits] vlc_es: add CLUT chroma info
Francois Cartegnie
git at videolan.org
Mon Jan 6 18:39:32 CET 2020
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Mon Jan 6 16:02:07 2020 +0100| [3ad2450015f13859ddc9caa64292348b1d9856d8] | committer: Francois Cartegnie
vlc_es: add CLUT chroma info
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3ad2450015f13859ddc9caa64292348b1d9856d8
---
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 6f604d6800..5fb5ec1298 100644
--- a/include/vlc_es.h
+++ b/include/vlc_es.h
@@ -559,7 +559,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