]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/ratecontrol.c
avcodec/vp8: Cosmetics, maintain alphabetical order in threading headers
[ffmpeg] / libavcodec / ratecontrol.c
index 2d1baaa2f6a6fb9fa4897868d06516ca04169b55..bf3321de8f479f23812d8e24f208805ff26cbb15 100644 (file)
@@ -920,7 +920,7 @@ static int init_pass2(MpegEncContext *s)
     double rate_factor          = 0;
     double step;
     const int filter_size = (int)(a->qblur * 4) | 1;
-    double expected_bits;
+    double expected_bits = 0; // init to silence gcc warning
     double *qscale, *blurred_qscale, qscale_sum;
 
     /* find complexity & const_bits & decide the pict_types */