[MPlayer-users] ff_rate_estimate_qscale: Assertion `picture_number<rcc->num_entries' failed.

Moritz Bunkus moritz at bunkus.org
Tue Nov 5 23:41:02 CET 2002


Hi.

> very interresting, especially as that code is only executed during the 2. pass
> see:
> ---------------
>     if(s->flags&CODEC_FLAG_PASS2){
>         assert(picture_number>=0);
>         assert(picture_number<rcc->num_entries); <-------
>         rce= &rcc->entry[picture_number];
>         wanted_bits= rce->expected_bits;
> ---------------

Blame me, and you're probably right ;) Ok, I try to recreate that
assertion and provide a full bug report later on. 

> btw, has anyone seen a failed assert on the CVS version without
> changing any parameters except vpass between pass 1/2 ?

I'll also check if my qscale>0.0 assertion bug still occurs (see my
mails on the devel ml for this topic...).

-- 
 ==> Ciao, Mosu (Moritz Bunkus)




More information about the MPlayer-users mailing list