[FFmpeg-cvslog] r14224 - trunk/ffmpeg.c

Michael Niedermayer michaelni
Mon Jul 14 00:31:20 CEST 2008


On Mon, Jul 14, 2008 at 12:01:29AM +0200, Diego Biurrun wrote:
> On Sun, Jul 13, 2008 at 11:59:59PM +0200, diego wrote:
> > 
> > Log:
> > Drop silly initialization, fixes compilation with -std=gnu99.
> > 
> > --- trunk/ffmpeg.c	(original)
> > +++ trunk/ffmpeg.c	Sun Jul 13 23:59:58 2008
> > @@ -112,7 +112,7 @@ static int frame_bottomBand = 0;
> >  static int max_frames[4] = {INT_MAX, INT_MAX, INT_MAX, INT_MAX};
> > -static AVRational frame_rate = (AVRational) {0,0};
> > +static AVRational frame_rate;
> 
> Suggestions for a better commit message welcome...

Either
"Drop non C99 compliant code" (if this is true)
or
"remove useless code"

gnu99 compatibility is not relevant

[...]

-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

When you are offended at any man's fault, turn to yourself and study your
own failings. Then you will forget your anger. -- Epictetus
-------------- 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/20080714/c40f6ecb/attachment.pgp>



More information about the ffmpeg-cvslog mailing list