]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/ratecontrol.h
avcodec/libx264: Remove unused variable
[ffmpeg] / libavcodec / ratecontrol.h
index eeb4bb96c0c9b2c47ac8e3e2f1a76caa67d2ed6d..c15f9e258edc8b4d8fecbf873b7a99d07c61c553 100644 (file)
@@ -68,7 +68,7 @@ typedef struct RateControlContext{
     double short_term_qsum;       ///< sum of recent qscales
     double short_term_qcount;     ///< count of recent qscales
     double pass1_rc_eq_output_sum;///< sum of the output of the rc equation, this is used for normalization
-    double pass1_wanted_bits;     ///< bits which should have been outputed by the pass1 code (including complexity init)
+    double pass1_wanted_bits;     ///< bits which should have been output by the pass1 code (including complexity init)
     double last_qscale;
     double last_qscale_for[5];    ///< last qscale for a specific pict type, used for max_diff & ipb factor stuff
     int64_t last_mc_mb_var_sum;