Mercurial > mplayer.hg
changeset 5516:113ed5725b47
missing #ifdfe - 0.1l
author | arpi |
---|---|
date | Sun, 07 Apr 2002 16:34:15 +0000 |
parents | 0cdc1388f02f |
children | a3337d7b853f |
files | libmpcodecs/vd_libmpeg2.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpcodecs/vd_libmpeg2.c Sun Apr 07 16:32:54 2002 +0000 +++ b/libmpcodecs/vd_libmpeg2.c Sun Apr 07 16:34:15 2002 +0000 @@ -179,8 +179,10 @@ picture->current_frame->base[1]=mpi->planes[1]; picture->current_frame->base[2]=mpi->planes[2]; picture->current_frame->mpi=mpi; // tricky! +#ifdef MPEG12_POSTPROC mpi->qscale=&picture->current_frame->quant_store[1][1]; mpi->qstride=(MPEG2_MBC+1); +#endif mp_msg(MSGT_DECVIDEO,MSGL_DBG2,"mpeg2: [%c] %p %s \n", (picture->picture_coding_type == B_TYPE) ? 'B':'P', mpi, (mpi->flags&MP_IMGFLAG_DIRECT)?"DR!":"");