[Mplayer-cvslog] CVS: main/libmpcodecs vd_libmpeg2.c,1.28,1.29

Diego Biurrun diego at biurrun.de
Mon Aug 2 14:51:36 CEST 2004


Arpi writes:
> 
> > -#ifdef MPEG12_POSTPROC
> > -	    if(!mpi->qscale){
> > -		mpi->qstride=(info->sequence->picture_width+15)>>4;
> > -		mpi->qscale=malloc(mpi->qstride*((info->sequence->picture_height+15)>>4));
> > -	    }
> > -	    mpeg2dec->decoder.quant_store=mpi->qscale;
> > -	    mpeg2dec->decoder.quant_stride=mpi->qstride;
> > -	    mpi->pict_type=type; // 1->I, 2->P, 3->B
> > -	    mpi->qscale_type= 1;
> > -#endif
> > -
> 
> hmm, why did you remove postprocessing support???

And out of curiosity (and for the Copyright file), is our version
patched or just the imported vanilla version?

Diego




More information about the MPlayer-cvslog mailing list