1
mirror of https://github.com/mpv-player/mpv synced 2024-10-14 11:54:36 +02: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:
pontscho 2002-02-06 22:55:47 +00:00
parent 8c6da39840
commit c50aa0dd88

View File

@ -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