]> git.sesse.net Git - vlc/blobdiff - include/vlc_spu.h
* modules/access/dvdnav.c, src/video_output/vout_subpictures.c: Use the proper palett...
[vlc] / include / vlc_spu.h
index afa33e1bfe3edd46c35683fd91f2bf3cc8301004..64d1d266011fc592c32744bc3bedf4bf156ff6e6 100644 (file)
@@ -48,8 +48,8 @@ struct spu_t
     int i_crop_x, i_crop_y, i_crop_width, i_crop_height;       /**< cropping */
 
     int i_margin;                        /**< force position of a subpicture */
-    vlc_bool_t b_force_alpha;         /**< force alpha palette of subpicture */
-    uint8_t pi_alpha[4];                           /**< forced alpha palette */
+    vlc_bool_t b_force_palette;             /**< force palette of subpicture */
+    uint8_t palette[4][4];                               /**< forced palette */
 
     int ( *pf_control ) ( spu_t *, int, va_list );