[MPlayer-dev-eng] [PATCH] make ID_LENGTH float instead of int

Reimar Döffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Sat Aug 27 21:23:41 CEST 2005


Hi,
On Sat, Aug 27, 2005 at 10:08:08PM +0300, Oded Shimon wrote:
> I think reimar is contageous (sp?)

In my case that's only mutt's fault! It's so easy to press 'y' in instead of
'a' accidently! :-P

> -  mp_msg(MSGT_GLOBAL,MSGL_INFO,"ID_LENGTH=%ld\n", demuxer_get_time_length(demuxer));
> +  mp_msg(MSGT_GLOBAL,MSGL_INFO,"ID_LENGTH=%.5lf\n", demuxer_get_time_length(demuxer));

5 is overdoing it IMHO, but since the output is for programs anyway...

>  	  else if ( sh_audio ) guiIntfStruct.TimeSec=sh_audio->delay;
> -	guiIntfStruct.LengthInSec=demuxer_get_time_length(demuxer);
> +	guiIntfStruct.LengthInSec=(int)demuxer_get_time_length(demuxer);
>  	guiGetEvent( guiReDraw,NULL );

I think this is neither necessary nor does it make sense.
Would be nice if somebody could change the demuxer changes with lots of
samples...

Greetings,
Reimar Döffinger




More information about the MPlayer-dev-eng mailing list