[FFmpeg-cvslog] r15462 - in trunk/libavcodec: mpegvideo.h mpegvideo_common.h

Michael Niedermayer michaelni
Tue Sep 30 13:56:03 CEST 2008


On Mon, Sep 29, 2008 at 09:41:59PM +0200, Dominik 'Rathann' Mierzejewski wrote:
> On Monday, 29 September 2008 at 17:41, cehoyos wrote:
> > Author: cehoyos
> > Date: Mon Sep 29 17:41:55 2008
> > New Revision: 15462
> > 
> > Log:
> > Fix a warning about an undefined function when compiling h264.c
> > 
> > Modified:
> >    trunk/libavcodec/mpegvideo.h
> >    trunk/libavcodec/mpegvideo_common.h
> > 
> > Modified: trunk/libavcodec/mpegvideo.h
> > ==============================================================================
> > --- trunk/libavcodec/mpegvideo.h	(original)
> > +++ trunk/libavcodec/mpegvideo.h	Mon Sep 29 17:41:55 2008
> > @@ -701,6 +701,7 @@ void ff_convert_matrix(DSPContext *dsp, 
> >                         const uint16_t *quant_matrix, int bias, int qmin, int qmax, int intra);
> >  
> >  void ff_init_block_index(MpegEncContext *s);
> > +void copy_picture(Picture *dst, Picture *src);
> 
> Shouldn't this be ff_copy_picture, by the way?

yes it should, though thats idependant of that change, also there are
more things that should have ff_ prefixes ..

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

When the tyrant has disposed of foreign enemies by conquest or treaty, and
there is nothing more to fear from them, then he is always stirring up
some war or other, in order that the people may require a leader. -- Plato
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-cvslog/attachments/20080930/511b1545/attachment.pgp>



More information about the ffmpeg-cvslog mailing list