[MPlayer-dev-eng] [PATCH/PROPOSAL] precise timestamps for encoded audio
Nico Sabbi
nsabbi at tiscali.it
Mon Apr 25 20:54:31 CEST 2005
The Wanderer wrote:
>
>> --- mencoder.c 25 Apr 2005 07:07:57 -0000 1.281
>> +++ mencoder.c 25 Apr 2005 15:09:47 -0000
>> @@ -1110,6 +1110,8 @@
>> mux_a->buffer_len += len;
>> }
>> }
>> + if(len)
>> + fprintf(stderr, "\nDURATION: %.3lf\n",
>> aencoder->get_frame_duration(aencoder));
>
>
> Don't use fprintf here. Use mp_msg instead.
it's only a residual that I forgot to remove
More information about the MPlayer-dev-eng
mailing list