[Ffmpeg-cvslog] r7132 - trunk/libavcodec/mpegvideo.c
Michael Niedermayer
michaelni
Mon Nov 20 12:55:50 CET 2006
Hi
On Mon, Nov 20, 2006 at 12:44:29PM +0100, Baptiste Coudurier wrote:
> Hi
>
> michael wrote:
> > Author: michael
> > Date: Mon Nov 20 11:48:23 2006
> > New Revision: 7132
> >
> > Modified:
> > trunk/libavcodec/mpegvideo.c
> >
> > Log:
> > 100l qprd fix 2nd try
> >
> >
> > Modified: trunk/libavcodec/mpegvideo.c
> > ==============================================================================
> > --- trunk/libavcodec/mpegvideo.c (original)
> > +++ trunk/libavcodec/mpegvideo.c Mon Nov 20 11:48:23 2006
> > @@ -5226,7 +5226,7 @@
> > if(s->flags & CODEC_FLAG_QP_RD){
> > if(best_s.mv_type==MV_TYPE_16X16 && !(best_s.mv_dir&MV_DIRECT)){
> > const int last_qp= backup_s.qscale;
> > - int dquant, qpi, qp, dc[6];
> > + int qpi, qp, dc[6];
> > DCTELEM ac[6][16];
>
> Does 422 needs change here ? ac[8] ? 422p outputs 8 blocks.
> Also just after there is for (0...6), isn't it 8 for 422p ?
i think the ac/dc_tab arent used by any codecs which support 422p ...
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
In the past you could go to a library and read, borrow or copy any book
Today you'd get arrested for mere telling someone where the library is
More information about the ffmpeg-cvslog
mailing list