From: Steinar H. Gunderson Date: Sun, 21 May 2017 09:55:56 +0000 (+0200) Subject: Tiny comment pickiness. X-Git-Tag: 1.6.0~14 X-Git-Url: https://git.sesse.net/?p=nageru;a=commitdiff_plain;h=a315ebb10446bc372016bc0e9cd29d1aa3696eaa Tiny comment pickiness. --- diff --git a/ffmpeg_capture.h b/ffmpeg_capture.h index 05e92e2..82ccfaf 100644 --- a/ffmpeg_capture.h +++ b/ffmpeg_capture.h @@ -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,