X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=x264_speed_control.h;h=de88f66705a7f15a068c91cb84f6e3e815852c34;hb=0556d8cb8416bdc7b432a432c3d58239a94358d2;hp=b45e6c6de285c90e866293f0aa95e52258601b2a;hpb=bd5b2de9a277b87c75d71d94bd8c5095ab14ecf7;p=nageru diff --git a/x264_speed_control.h b/x264_speed_control.h index b45e6c6..de88f66 100644 --- a/x264_speed_control.h +++ b/x264_speed_control.h @@ -48,9 +48,11 @@ #include extern "C" { -#include "x264.h" +#include } +#include "x264_dynamic.h" + class X264SpeedControl { public: // x264: Encoding object we are using; must be opened. Assumed to be @@ -95,6 +97,8 @@ private: int dither_preset(float f); void apply_preset(int new_preset); + X264Dynamic dyn; + // Not owned by us. x264_t *x264;