suxen_drol on xvid-devel@xvid.org said : "please do not use

DEBLOCKY/UV by default".
Well, it doesn't matter much since the dev branch doesn't {en|de}code
properly atm, but anyway...


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8531 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rguyom 2002-12-22 23:13:26 +00:00
parent 68529011cb
commit da02716487
1 changed files with 0 additions and 2 deletions

View File

@ -197,8 +197,6 @@ static mp_image_t* decode(sh_video_t *sh,void* data,int len,int flags){
dec.length = len; dec.length = len;
#ifdef XVID_API_UNSTABLE #ifdef XVID_API_UNSTABLE
dec.general |= XVID_DEC_LOWDELAY; dec.general |= XVID_DEC_LOWDELAY;
dec.general |= XVID_DEC_DEBLOCKY;
dec.general |= XVID_DEC_DEBLOCKUV;
#endif #endif
switch(p->cs) { switch(p->cs) {
case XVID_CSP_USER: case XVID_CSP_USER: