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

diego subversion
Sun Jul 13 23:59:59 CEST 2008


Author: diego
Date: Sun Jul 13 23:59:58 2008
New Revision: 14224

Log:
Drop silly initialization, fixes compilation with -std=gnu99.


Modified:
   trunk/ffmpeg.c

Modified: trunk/ffmpeg.c
==============================================================================
--- 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 frame_leftBand  = 0;
 static int frame_rightBand = 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;
 static float video_qscale = 0;
 static uint16_t *intra_matrix = NULL;
 static uint16_t *inter_matrix = NULL;




More information about the ffmpeg-cvslog mailing list