[Mplayer-cvslog] CVS: main/libvo vosub_vidix.c,1.47,1.48 vo_xvidix.c,1.42,1.43

Alban Bedel albeu at free.fr
Mon Jun 24 13:58:55 CEST 2002


Hi Alex Beregszaszi,

on Mon, 24 Jun 2002 13:51:58 +0200 you wrote:

>  static uint32_t vidix_draw_slice_swYV12(uint8_t *image[], int stride[], int w,int h,int x,int y)
> @@ -215,6 +216,7 @@
>  		}
>  		return 0;
>      }
> +    return -1;
Arg, this is still not fixed. We use negative number as error code in libvo but all
fuctions return uint. I noticed this a long time ago, told it to Arpi who told me he'll kill
the one who did it asap. But still nothing.
	Albeu



More information about the MPlayer-cvslog mailing list