mirror of https://github.com/mpv-player/mpv
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:
parent
68529011cb
commit
da02716487
|
@ -197,8 +197,6 @@ static mp_image_t* decode(sh_video_t *sh,void* data,int len,int flags){
|
|||
dec.length = len;
|
||||
#ifdef XVID_API_UNSTABLE
|
||||
dec.general |= XVID_DEC_LOWDELAY;
|
||||
dec.general |= XVID_DEC_DEBLOCKY;
|
||||
dec.general |= XVID_DEC_DEBLOCKUV;
|
||||
#endif
|
||||
switch(p->cs) {
|
||||
case XVID_CSP_USER:
|
||||
|
|
Loading…
Reference in New Issue