[Mplayer-cvslog] CVS: main mplayer.c,1.221,1.222

Arpi arpi at thot.banki.hu
Thu Aug 16 15:58:46 CEST 2001


Hi,

> removed duplicated setting of osd timeout

patch removed.

>    if(osd_function==OSD_PAUSE){
>        printf("\n------ PAUSED -------\r");fflush(stdout);
> -      if (audio_out && sh_audio)
> +      if (audio_out && sh_audio) {
> +         current_module="pause_audio";
>           audio_out->pause();	// pause audio, keep data if possible
> +      }
> +
this change is ok, but where is it in cvs comment?
you can commit this change with correct comment.

> -      
> -      c_total=0;
> +
>        max_pts_correction=0.1;
> -      osd_visible=sh_video->fps; // to rewert to PLAY pointer after 1 sec
> -      audio_time_usage=0; video_time_usage=0; vout_time_usage=0;
> -      drop_frame_cnt=0;
> +      audio_time_usage=video_time_usage=vout_time_usage=0;
> +      c_total=drop_frame_cnt=0;

do not make cosmetic changes in files maintained by other people.

btw osd <</>> shouldn't be visible for 1 sec after seeking...


A'rpi / Astral & ESP-team

--
mailto:arpi at thot.banki.hu
http://esp-team.scene.hu



More information about the MPlayer-cvslog mailing list