[Ffmpeg-cvslog] r6213 - in trunk: Changelog MAINTAINERS doc/ffmpeg-doc.texi libavcodec/Makefile libavcodec/allcodecs.c libavcodec/avcodec.h libavcodec/vp5.c libavcodec/vp56.c libavcodec/vp56.h libavcodec/vp56data.c libavcodec/vp56data.h libavcodec/vp5data.h libavcodec/vp6.c libavcodec/vp6data.h libavformat/flvdec.c libavformat/nsvdec.c libavformat/riff.c libavformat/swf.c

Diego Biurrun diego
Sun Sep 10 00:42:03 CEST 2006


On Sat, Sep 09, 2006 at 11:30:10PM +0200, Aurelien Jacobs wrote:
> On Sat, 9 Sep 2006 20:20:53 +0200
> Diego Biurrun <diego at biurrun.de> wrote:
> 
> > On Sat, Sep 09, 2006 at 07:19:42PM +0200, aurel wrote:
> > > --- (empty file)
> > > +++ trunk/libavcodec/vp56.c	Sat Sep  9 19:19:37 2006
> > > @@ -0,0 +1,662 @@
> > > +
> > > +static int vp56_get_vectors_predictors(vp56_context_t *s, int row, int col,
> > > +                                       vp56_frame_t ref_frame)
> > > +{
> > > +    int nb_pred = 0;
> > > +    vp56_mv_t vector[2] = {{0,0}, {0,0}};
> > > +    int pos, offset;
> > > +    vp56_mv_t mvp;
> > 
> > C++ decls ..
> 
> Where do you see any C++ decl ?

Disregard this.  My gcc is misinterpreting the vector and therefore
issues a bogus warning before erroring out.

Diego




More information about the ffmpeg-cvslog mailing list