[XviD-devel] xvid_decore return values

Bryan Mayland bmayland at leoninedev.com
Fri Sep 30 20:49:13 CEST 2005


Pedro Miguel Felizardo Antunes wrote:

> After some coding done, I noticed that the xvid_decore function 
> returned the value -4 when using the XVID_DEC_DECODE opt.
> Does anyone know where I can find a list of return values for the 
> function, or perhaps anyone can tell me what the -4 stands for?

    The return codes are in xvid.h.  -4 is XVID_ERR_VERSION, in that 
either the xvid_dec_frame_t.version (param1) or the 
xvid_dec_stats_t.version (param2) isn't right.  I believe both should be 1.


More information about the XviD-devel mailing list