[SCM] libav/experimental: Drop non-C99-compliant initialization.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:25:19 UTC 2013


The following commit has been merged in the experimental branch:
commit 89129c6b1d1a451a940faf97ddee912ddf54139f
Author: Diego Biurrun <diego at biurrun.de>
Date:   Sun Jul 13 21:59:58 2008 +0000

    Drop non-C99-compliant initialization.
    
    Originally committed as revision 14224 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/ffmpeg.c b/ffmpeg.c
index 4d77405..bce3413 100644
--- 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;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list