]> git.sesse.net Git - x264/blobdiff - common/common.h
Merge speedcontrol.
[x264] / common / common.h
index 3a74c9e7bb60d09208ff46c9b2603f0aee804342..9cb045b6c9430faa6a964314e815ecd14613a97a 100644 (file)
@@ -447,6 +447,7 @@ typedef struct x264_lookahead_t
 } x264_lookahead_t;
 
 typedef struct x264_ratecontrol_t   x264_ratecontrol_t;
+typedef struct x264_speedcontrol_t  x264_speedcontrol_t;
 
 typedef struct x264_left_table_t
 {
@@ -891,6 +892,7 @@ struct x264_t
 
     /* rate control encoding only */
     x264_ratecontrol_t *rc;
+    x264_speedcontrol_t *sc;
 
     /* stats */
     struct