]> git.sesse.net Git - nageru/commitdiff
Tiny comment pickiness.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 21 May 2017 09:55:56 +0000 (11:55 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 21 May 2017 09:55:56 +0000 (11:55 +0200)
ffmpeg_capture.h

index 05e92e21fec5bfecd75fdcfddeee1ea7365a7c86..82ccfaf5a97aa810cbedab56c4690b2d1ff0f868 100644 (file)
@@ -6,7 +6,7 @@
 // FFmpeg (thus the name), this means it can handle a very wide array of video
 // formats, and also things like network streaming and V4L capture, but it is
 // also significantly less integrated and optimized than the regular capture
-// cards.  In particular, the frames are always scaled and converted to 8-bit
+// cards. In particular, the frames are always scaled and converted to 8-bit
 // RGBA on the CPU before being sent on to the GPU.
 //
 // Since we don't really know much about the video when building the chains,