[Mplayer-cvslog] CVS: main/libmpcodecs vd_libmpeg2.c,1.28,1.29
Jindrich Makovicka
makovick at kmlinux.fjfi.cvut.cz
Mon Aug 2 15:08:59 CEST 2004
Diego Biurrun wrote:
> 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?
It is patched, except the forgotten postprocessing. All changes against
original libmpeg2 are in
http://kmlinux.fjfi.cvut.cz/~makovick/libmpeg2_changes.tgz
libmpeg-0.4.0.diff file. Most of the previous MPlayer patches have been
already merged into libmpeg2.
I forgot the postproc because I previously removed it as mpeg2dec
dropped the quantizer_scale field. Going to recommit it again.
--
Jindrich Makovicka
More information about the MPlayer-cvslog
mailing list