[MPlayer-dev-eng] main: [BUG?] draw_slice in vd_libmpeg2.c and [PATCH] some warning fixes
Michael Niedermayer
michaelni at gmx.at
Tue Jun 3 11:07:25 CEST 2003
Hi
On Tuesday 03 June 2003 11:14, Arpi wrote:
> Hi,
>
> > > rgb2rgb.h:123: warning: implicit declaration of function `printf'
> > > -> missing #include <stdio.h> in rgb2rgb.c
> >
> > hmm, IMHO either remove yuv2rgb* its useless anyway, or move it to
> > rgb2rgb.c,
>
> hmm, why? aren't yuv2rgb* functions used by swscaler for unscaled cases?
yes, but i meant the yuv2rgb* nonsense in rgb2rgb.h
----
static void yuv2rgb_init (unsigned bpp, int mode){
printf("broken, this should use the swscaler\n");
}
----
[...]
--
Michael
level[i]= get_vlc(); i+=get_vlc(); (violates patent EP0266049)
median(mv[y-1][x], mv[y][x-1], mv[y+1][x+1]); (violates patent #5,905,535)
buf[i]= qp - buf[i-1]; (violates patent #?)
for more examples, see http://mplayerhq.hu/~michael/patent.html
stop it, see http://petition.eurolinux.org & http://petition.ffii.org/eubsa/en
More information about the MPlayer-dev-eng
mailing list