Browse Source

vlc_es: add CLUT chroma info

(cherry picked from commit 3ad2450015)
pull/135/head
Francois Cartegnie 7 years ago
parent
commit
ec08cdcce1
  1. 2
      include/vlc_es.h

2
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;

Loading…
Cancel
Save