]> git.sesse.net Git - nageru/blobdiff - nageru/queue_length_policy.h
Clarify a parameter name to update_policy().
[nageru] / nageru / queue_length_policy.h
index 27259b4c54bb517c83557d277517134f3e301868..faf6537cec3603154e1d7c5d0add79192a304195 100644 (file)
@@ -88,7 +88,7 @@ public:
        // Call after picking out a frame, so 0 means starvation.
        // Note that the policy has no memory; everything is given in as parameters.
        void update_policy(std::chrono::steady_clock::time_point now,
-                          std::chrono::steady_clock::time_point expected_next_frame,
+                          std::chrono::steady_clock::time_point expected_next_input_frame,
                           int64_t input_frame_duration,
                           int64_t master_frame_duration,
                           double max_input_card_jitter_seconds,