comparison libvo/sub.c @ 1504:f4f686aed404

modified mplayer.c to rewert to PLAY after rewinding after 1 sec
author atlka
date Mon, 13 Aug 2001 13:12:49 +0000
parents 1af1f37efd67
children 1c8f80aeecdb
comparison
equal deleted inserted replaced
1503:1af1f37efd67 1504:f4f686aed404
194 194
195 k=i=0; l=lines; 195 k=i=0; l=lines;
196 while (l--){ 196 while (l--){
197 x = xtbl[i++]; 197 x = xtbl[i++];
198 while ((c=utbl[k++])){ 198 while ((c=utbl[k++])){
199 // c=utbl[k];
200 // k++;
201 if (x>=0 && x+vo_font->width[c]<=dxs) 199 if (x>=0 && x+vo_font->width[c]<=dxs)
202 if ((font=vo_font->font[c])>=0) 200 if ((font=vo_font->font[c])>=0)
203 draw_alpha(x,y, 201 draw_alpha(x,y,
204 vo_font->width[c], 202 vo_font->width[c],
205 vo_font->pic_a[font]->h, 203 vo_font->pic_a[font]->h,