[MPlayer-dev-eng] [PATCH] Fix return types of libvo API

Ivo ivop at euronet.nl
Fri Jul 29 04:01:28 CEST 2005


On Friday 29 July 2005 03:36, Ivo wrote:
> As stated in an earlier post, the libvo functions that return a value are
> declared wrongly. They return uint32_t, but lots of vo's return -1 in
> certain functions, or  <= VO_ERROR (<= -1). This patch changes all
> declarations and definitions to static int instead of static uint32_t.

Please note, I fscked up with the patch a little. I did cvs diff -u in 
main/libvo/ instead of main/, so it has to be applied there (in libvo). I 
don't think such a small mistake asks for a repost of the whole patch, but 
if anybody wants it, I can repost a proper patch.

--Ivo




More information about the MPlayer-dev-eng mailing list