From 7c68022d2d22007e0a918f81db87278713659731 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sat, 11 Mar 2017 16:47:15 +0100 Subject: [PATCH] Removed an obsolete TODO. --- x264_encoder.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/x264_encoder.h b/x264_encoder.h index 2e64e66..9b6f74d 100644 --- a/x264_encoder.h +++ b/x264_encoder.h @@ -3,15 +3,11 @@ // so a little under 100 MB at 720p), then have a separate thread pull out // those threads as fast as we can to give it to x264 for encoding. // -// TODO: We use x264's “speedcontrol” patch if available, so that quality is -// automatically scaled up or down to content and available CPU time. -// // The encoding threads are niced down because mixing is more important than // encoding; if we lose frames in mixing, we'll lose frames to disk _and_ // to the stream, as where if we lose frames in encoding, we'll lose frames // to the stream only, so the latter is strictly better. More importantly, -// this allows speedcontrol (when implemented) to do its thing without -// disturbing the mixer. +// this allows speedcontrol to do its thing without disturbing the mixer. #ifndef _X264ENCODE_H #define _X264ENCODE_H 1 -- 2.39.2