[XviD-devel] a new problem!

Antonin Misek xvid-devel@xvid.org
Fri, 24 Jan 2003 15:10:20 +0100


OK. But in CVS are two versions:
1. stable,
2. development.

They are relatively independed but both are XviD. Please read CVS
documentation how to choose the right "branch". Default branch is set to
stable.
TonyMi

> -----Původní zpráva-----
> Od: xvid-devel-admin@xvid.org [mailto:xvid-devel-admin@xvid.org]za
> uživatele ???
> Odesláno: 24. ledna 2003 14:50
> Komu: xvid-devel@xvid.org
> Předmět: Re: [XviD-devel] a new problem!
>
>
> I download the newest source code from xvid.org !
> ----- Original Message -----
> From: "suxen_drol" <suxen_drol@hotmail.com>
> To: <xvid-devel@xvid.org>
> Sent: Friday, January 24, 2003 9:01 PM
> Subject: Re: [XviD-devel] a new problem!
>
>
> >
> > On Fri, 24 Jan 2003 12:02:36 +0800 ??? <zhang_qxian@cvicse.com> wrote:
> >
> > > I am studying the decoder of Xvid.When I read the following
> statement, I felt puzzled:
> > >
> > >     if (!BitstreamGetBit(bs)) /* complexity_estimation_disable */
> > >     {
> > >      DPRINTF(DPRINTF_ERROR, "complexity_estimation not supported");
> > >      return -1;
> > >     }
> > >
> > > According to the bitstream syntax of MEPG4,
> > > it  likes that:
> > > if(!complexity_estimation_disable )
> > >     define_vop_complexity_estimation_header();
> > >
> > > So I think the Xvid decoder has not supportted complexity
> estimation? Why?
> >
> > incorrect.
> > the dev branch supports c.e. header decoding, but the current stable
> > branch (0.9.0) does not.
> >
> > -- pete; life is like a box of ammo
> >
> >
> > _______________________________________________
> > XviD-devel mailing list
> > XviD-devel@xvid.org
> > http://list.xvid.org/mailman/listinfo/xvid-devel
>
> _______________________________________________
> XviD-devel mailing list
> XviD-devel@xvid.org
> http://list.xvid.org/mailman/listinfo/xvid-devel
>