[MPlayer-cvslog] CVS: main/libmpcodecs vf_pp7.c, NONE, 1.1 vf.c, 1.115, 1.116 Makefile, 1.144, 1.145

Dominik 'Rathann' Mierzejewski dominik at rangers.eu.org
Tue Jul 12 10:57:16 CEST 2005


On Saturday, 09 July 2005 at 09:49, Michael Niedermayer CVS wrote:
> CVS change done by Michael Niedermayer CVS
[...]
42:typedef short DCTELEM;
[...] 
56:struct vf_priv_s {
57:    int qp;
58:    int mode;
59:    int mpeg2;
60:    int temp_stride;
61:    uint8_t *src;
62:};
[...]
280:static void filter(struct vf_priv_s *p, uint8_t *dst, uint8_t *src, int dst_stride, int src_stride, int width, int height, uint8_t *qp_store, int qp_stride, int is_luma){
281:    int x, y;
282:    const int stride= is_luma ? p->temp_stride : ((width+16+15)&(~15));
283:    uint8_t  *p_src= p->src + 8*stride;
284:    DCTELEM *block= p->src;
285:    DCTELEM *temp= p->src + 32;

vf_pp7.c: In function `filter':
vf_pp7.c:284: warning: initialization from incompatible pointer type
vf_pp7.c:285: warning: initialization from incompatible pointer type

Is this intentional?

R.

-- 
MPlayer RPMs maintainer: http://rpm.greysector.net/mplayer/
"I am Grey. I stand between the candle and the star. We are Grey.
 We stand between the darkness ... and the light."
        -- Delenn in Grey Council in Babylon 5:"Babylon Squared"




More information about the MPlayer-cvslog mailing list