From a315ebb10446bc372016bc0e9cd29d1aa3696eaa Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 21 May 2017 11:55:56 +0200 Subject: [PATCH] Tiny comment pickiness. --- ffmpeg_capture.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.39.2