From: Steinar H. Gunderson Date: Fri, 22 Jul 2016 15:55:48 +0000 (+0200) Subject: Fix a typo. X-Git-Tag: 1.3.2~4 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;ds=sidebyside;h=42c5230911f90f48b0fb428805c3e51a9a5a81d3;p=nageru Fix a typo. --- 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,