comparison mplayer.c @ 5410:5838af403d1a

10l - fixed soem weird sig11 at multifile
author arpi
date Sat, 30 Mar 2002 23:18:40 +0000
parents 3af2729c5c87
children 6918c74caa4d
comparison
equal deleted inserted replaced
5409:05424017e0f2 5410:5838af403d1a
1118 #ifdef USE_DVDREAD 1118 #ifdef USE_DVDREAD
1119 if (vo_spudec==NULL) { 1119 if (vo_spudec==NULL) {
1120 current_module="spudec_init"; 1120 current_module="spudec_init";
1121 vo_spudec=spudec_new_scaled(stream->type==STREAMTYPE_DVD?((dvd_priv_t *)(stream->priv))->cur_pgc->palette:NULL, 1121 vo_spudec=spudec_new_scaled(stream->type==STREAMTYPE_DVD?((dvd_priv_t *)(stream->priv))->cur_pgc->palette:NULL,
1122 sh_video->disp_w, sh_video->disp_h); 1122 sh_video->disp_w, sh_video->disp_h);
1123 }
1124 if (vo_spudec!=NULL) 1123 if (vo_spudec!=NULL)
1125 inited_flags|=INITED_SPUDEC; 1124 inited_flags|=INITED_SPUDEC;
1125 }
1126 #endif 1126 #endif
1127 1127
1128 #ifdef USE_SUB 1128 #ifdef USE_SUB
1129 // after reading video params we should load subtitles because 1129 // after reading video params we should load subtitles because
1130 // we know fps so now we can adjust subtitles time to ~6 seconds AST 1130 // we know fps so now we can adjust subtitles time to ~6 seconds AST