mirror of
https://github.com/mpv-player/mpv
synced 2025-01-18 13:14:36 +00:00
fix spudec, faszom (C#)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4558 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
8c6da39840
commit
c50aa0dd88
@ -635,7 +635,7 @@ video_out.draw_slice=draw_slice;
|
||||
video_out.draw_frame=draw_frame;
|
||||
|
||||
#ifdef USE_DVDREAD
|
||||
vo_spudec=spudec_new_scaled(stream->priv?((dvd_priv_t *)(stream->priv))->cur_pgc->palette:NULL,
|
||||
vo_spudec=spudec_new_scaled(stream->type==STREAMTYPE_DVD?((dvd_priv_t *)(stream->priv))->cur_pgc->palette:NULL,
|
||||
sh_video->disp_w, sh_video->disp_h);
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user