OSDN Git Service

Drop non-C99-compliant initialization.
authorDiego Biurrun <diego@biurrun.de>
Sun, 13 Jul 2008 21:59:58 +0000 (21:59 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sun, 13 Jul 2008 21:59:58 +0000 (21:59 +0000)
Originally committed as revision 14224 to svn://svn.ffmpeg.org/ffmpeg/trunk

ffmpeg.c

index 4d77405..bce3413 100644 (file)
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -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;