9 Dec
2006
9 Dec
'06
2:24 p.m.
Author: nicodvb Date: Sat Dec 9 20:24:12 2006 New Revision: 21555 Modified: trunk/mplayer.c Log: use dvdnav's palette if available Modified: trunk/mplayer.c ============================================================================== --- trunk/mplayer.c (original) +++ trunk/mplayer.c Sat Dec 9 20:24:12 2006 @@ -1052,8 +1052,9 @@ #ifdef USE_DVDNAV if (vo_spudec==NULL && stream->type==STREAMTYPE_DVDNAV) { + unsigned int *palette = mp_dvdnav_get_spu_clut(stream); current_module="spudec_init_dvdnav"; - vo_spudec=spudec_new_scaled(NULL, sh_video->disp_w, sh_video->disp_h); + vo_spudec=spudec_new_scaled(palette, sh_video->disp_w, sh_video->disp_h); } #endif
6912
Age (days ago)
6912
Last active (days ago)
0 comments
1 participants
participants (1)
-
nicodvb