[Ffmpeg-cvslog] r7132 - trunk/libavcodec/mpegvideo.c
Baptiste Coudurier
baptiste.coudurier
Mon Nov 20 12:44:29 CET 2006
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 ?
--
Baptiste COUDURIER GnuPG Key Id: 0x5C1ABAAA
SMARTJOG S.A. http://www.smartjog.com
Key fingerprint 8D77134D20CC9220201FC5DB0AC9325C5C1ABAAA
Phone: +33 1 49966312
More information about the ffmpeg-cvslog
mailing list