From 42c5230911f90f48b0fb428805c3e51a9a5a81d3 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Fri, 22 Jul 2016 17:55:48 +0200 Subject: [PATCH] Fix a typo. --- x264_encoder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x264_encoder.cpp b/x264_encoder.cpp index 5017e73..7be454c 100644 --- a/x264_encoder.cpp +++ b/x264_encoder.cpp @@ -100,7 +100,7 @@ void X264Encoder::init_x264() // content; the obvious and extreme example being a static // black picture. // - // One would think it's fine to have low-complexity codec use + // One would think it's fine to have low-complexity content use // less bitrate, but it seems to cause problems in practice; // e.g. VLC seems to often drop the stream (similar to a buffer // underrun) in such cases, but only when streaming from Nageru, -- 2.39.2