]> git.sesse.net Git - nageru/commitdiff
Fix a typo.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 22 Jul 2016 15:55:48 +0000 (17:55 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 22 Jul 2016 15:55:48 +0000 (17:55 +0200)
x264_encoder.cpp

index 5017e7357913ce5d33c74efc95e262e5889fcd69..7be454c75c8e0bc33394f4a1ddd610af05b07e40 100644 (file)
@@ -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,