[MPlayer-dev-eng] Re: xvid patch
Marco "elcabesa" Belli
elcabesa at inwind.it
Sat Dec 14 19:22:48 CET 2002
only one reply ofr all this question...
1)
you need XVID_DEC_LOWDELAY..couse elsewhere xvid can return an empty image...
and make mplayer crash=(
2)
XVID_DEC_DEBLOCKY and XVID_DEC_DEBLOCKUV are for the new stuff reducded , that
encoded crominance at reduced resolution
3)
inside xvid.h there is a #define for the api version.. so a simple
so a simple preprocessor can be used to make it compile=)
hxvid.h has this line
#define API_VERSION ((2 << 16) | (1))
and old xvid.h should have something like this, i'm not sure)
#define API_VERSION ((2 << 16) | (0))
or
#define API_VERSION ((1 << 16) | (0))
More information about the MPlayer-dev-eng
mailing list