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

Diego Biurrun diego
Mon Jul 14 00:01:29 CEST 2008


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...

Diego




More information about the ffmpeg-cvslog mailing list