Re: [MPlayer-users] [BUG] lavc error - 2pass curve failed to converge

vitko at post.cz vitko at post.cz
Fri Jul 14 13:14:46 CEST 2006


(my mailer died while sending the reply so maybe you'll got both replies)

> Did you try reverting ffmpeg r5422 like I suggested (in an off-list 
> discussion) yesterday?

Not yet as SVN checkout seemed to solve the segfaulting.

> - if(abs(expected_bits/all_available_bits - 1.0) > 0.01 ){
> + if(fabs(expected_bits/all_available_bits - 1.0) > 0.01 ){
>          av_log(s->avctx, AV_LOG_ERROR, "Error: 2pass curve failed to converge\n");

(Stupid me, I didn't even bother to look into your patch, but now it says all. Thanks)

Vit



More information about the MPlayer-users mailing list